@open-xchange/bootstrap-tokenfield
Version:
Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support. Fork of sliptree/bootstrap-tokenfield
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "@open-xchange/bootstrap-tokenfield",
"title": "Bootstrap Tokenfield",
"description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support. Fork of sliptree/bootstrap-tokenfield",
"version": "0.14.1",
"main": "dist/bootstrap-tokenfield.js",
"homepage": "https://github.com/Open-Xchange-Frontend/bootstrap-tokenfield",
"author": "Open-Xchange <ui-team@open-xchange.com>",
"repository": {
"type": "git",
"url": "git://github.com/Open-Xchange-Frontend/bootstrap-tokenfield.git"
},
"keywords": [
"jquery",
"javascript",
"bootstrap",
"tokenfield",
"tags",
"token",
"input",
"select",
"form"
],
"license": "MIT",
"scripts": {
"test": "mocha --ui bdd --recursive --reporter spec --require must"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-exec": "^0.4.5",
"grunt-jekyll": "~0.4.1",
"grunt-sed": "^0.1.1",
"jit-grunt": "^0.9.1",
"jquery-simulate-ext": "^1.3.0",
"jsdom": "^9.12.0",
"mocha": "^2.3.3",
"must": "^0.13.1",
"semver": "^5.0.3"
}
}