-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 919 Bytes
/
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
{
"name": "knockoutjs-tokenfield",
"version": "1.0.3",
"description": "KnockoutJS Bootstrap-tokenfield binder",
"main": [
"src/knockoutjs-tokenfield.css",
"src/knockoutjs-tokenfield.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mryellow/knockoutjs-tokenfield.git"
},
"keywords": [
"knockoutjs",
"tokenfield",
"bootstrap",
"typeahead"
],
"author": "Mr-Yellow <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mryellow/knockoutjs-tokenfield/issues"
},
"homepage": "https://github.com/mryellow/knockoutjs-tokenfield",
"dependencies": {
"bower": "^1.3.8",
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0"
}
}