forked from jonmiles/bootstrap-treeview
-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "patternfly-bootstrap-treeview",
"description": "Tree View for Twitter Bootstrap",
"version": "2.1.10",
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
"author": {
"name": "Red Hat"
},
"repository": {
"type": "git",
"url": "git://github.com/patternfly/patternfly-bootstrap-treeview.git"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly-bootstrap-treeview/issues"
},
"license": "Apache-2.0",
"main": "dist/bootstrap-treeview.js",
"scripts": {
"start": "node app",
"test": "grunt test"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "^3.4.1"
},
"devDependencies": {
"bower": "^1.8.8",
"express": "^4.17.1",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"phantomjs": "^2.1.7"
},
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
]
}