forked from sliptree/bootstrap-tokenfield
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bootstrap-tokenfield",
"title": "Bootstrap Tokenfield",
"description": "Advanced tagging/tokenizing plugin for input fields with a focus on keyboard and copy-paste support.",
"version": "0.12.1",
"main": "dist/bootstrap-tokenfield.js",
"homepage": "http://sliptree.github.io/bootstrap-tokenfield/",
"author": {
"name": "ragulka",
"url": "https://github.com/ragulka"
},
"repository": {
"type": "git",
"url": "git://github.com/sliptree/bootstrap-tokenfield.git"
},
"keywords": [
"jquery",
"javascript",
"bootstrap",
"tokenfield",
"tags",
"token",
"input",
"select",
"form"
],
"bugs": {
"url": "https://github.com/sliptree/bootstrap-tokenfield/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/2.1.0/MIT-LICENSE.txt"
}
],
"scripts": {
"test": "mocha --ui bdd --recursive --reporter spec --require must"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-exec": "^0.4.5",
"grunt-jekyll": "~0.4.1",
"grunt-sed": "^0.1.1",
"jquery-simulate-ext": "^1.3.0",
"jsdom": "^0.10.1",
"mocha": "^1.17.1",
"must": "^0.11.0",
"semver": "^2.2.1"
},
"dependencies": {
"jquery": "^2.1.0"
}
}