mirror of
https://github.com/zhigang1992/bootstrap-tokenfield.git
synced 2026-01-12 22:46:09 +08:00
37 lines
833 B
JSON
37 lines
833 B
JSON
{
|
|
"name": "bootstrap-tokenfield",
|
|
"description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
|
|
"version": "0.11.9",
|
|
"authors": [{
|
|
"name": "ragulka",
|
|
"homepage": "https://github.com/ragulka"
|
|
}, {
|
|
"name": "sliptree",
|
|
"homepage": "https://github.com/sliptree"
|
|
}],
|
|
"homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
|
|
"main": [
|
|
"dist/bootstrap-tokenfield.js",
|
|
"dist/css/bootstrap-tokenfield.css"
|
|
],
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"bootstrap",
|
|
"tokenfield",
|
|
"tags",
|
|
"token",
|
|
"input",
|
|
"select",
|
|
"form"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.9.x",
|
|
"bootstrap": "~3.0.*"
|
|
},
|
|
"devDependecies": {
|
|
"mocha": "~1.12.*",
|
|
"chai": "~1.7.*",
|
|
"typeahead.js": "~0.9.3"
|
|
}
|
|
} |