forked from sliptree/bootstrap-tokenfield
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"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 <[email protected]>",
"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"
}
}