forked from jonmiles/bootstrap-treeview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "1.2.0",
"homepage": "https://github.com/jonmiles/bootstrap-treeview",
"author": {
"name": "Jonathan Miles"
},
"repository": {
"type": "git",
"url": "git://github.com/jonmiles/bootstrap-treeview.git"
},
"bugs": {
"url": "https://github.com/jonmiles/bootstrap-treeview/issues"
},
"licenses": [
{
"type": "Apache",
"url": "https://github.com/jonmiles/bootstrap-treeview/blob/master/LICENSE"
}
],
"main": [
"dist/bootstrap-treeview.min.js",
"dist/bootstrap-treeview.min.css"
],
"scripts": {
"install": "bower install",
"start": "node app",
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"express": "3.4.x",
"ejs": "2.2.x",
"phantomjs": "1.9.x"
},
"devDependencies": {
"bower": "1.3.x",
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.7.x",
"grunt-contrib-cssmin": "0.12.x",
"grunt-contrib-qunit": "0.5.x",
"grunt-contrib-watch": "0.6.x",
"grunt-contrib-copy": "0.7.x"
},
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
]
}