forked from maxwells/bootstrap-tags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "bootstrap-tags",
"description": "Boostrap-themed jquery tag interface",
"keywords": [
"jquery",
"bootstrap",
"bootstrap3",
"tagging",
"tags",
"typeahead",
"autocomplete"
],
"homepage": "http://github.com/maxwells/bootstrap-tags",
"bugs": "https://github.com/maxwells/bootstrap-tags/issues",
"author": {
"name": "maxwells",
"url": "http://maxwells.github.io"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-watch": "~0.2",
"grunt-contrib-uglify": "git://github.com/jharding/grunt-contrib-uglify.git#support-enclose-option",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-template-jasmine-requirejs": "0.1.8",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-jst": "~0.5.0",
"grunt-contrib-sass": "~0.6.0",
"semver": "~1.1.3",
"grunt-parallel": "0.0.2",
"grunt-lib-phantomjs": "~0.4.0",
"grunt-growl": "latest"
},
"scripts": {
"test": "grunt test"
},
"private": true,
"version": "1.1.0"
}