tokchi
Version:
jQuery plugin that adds Mac OS X style tokens or Android style chips to a text input field
39 lines (38 loc) • 844 B
JSON
{
"name": "tokchi",
"version": "1.1.0",
"description": "jQuery plugin that adds Mac OS X style tokens or Android style chips to a text input field",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"ui",
"editor",
"input",
"token-input",
"token",
"chip",
"autocomplete"
],
"author": {
"name": "Thomas Iguchi",
"url": "https://github.com/tiguchi"
},
"copyright" : "(c) 2015, 2016 Thomas Iguchi",
"license": "MIT",
"homepage": "http://tiguchi.github.io/tokchi",
"dependencies" : {
"jquery": ">=1.7"
},
"bugs": {
"url": "https://github.com/tiguchi/tokchi/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tiguchi/tokchi.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0"
}
}