-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.13 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.13 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"_args": [
[
"patternfly-bootstrap-treeview@2.1.8",
"/home/travis/build/patternfly/patternfly-org/packages/patternfly-3"
]
],
"_from": "patternfly-bootstrap-treeview@2.1.8",
"_id": "patternfly-bootstrap-treeview@2.1.8",
"_inBundle": false,
"_integrity": "sha512-Z3v+zJ0AEhMiySyj7qgUs4yGM8afJwjUUWgwSosWI9xpMsyJV+B+I+GzgRoGiukzh14EOl3EiX4qqMBC+nwqXQ==",
"_location": "/patternfly-bootstrap-treeview",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "patternfly-bootstrap-treeview@2.1.8",
"name": "patternfly-bootstrap-treeview",
"escapedName": "patternfly-bootstrap-treeview",
"rawSpec": "2.1.8",
"saveSpec": null,
"fetchSpec": "2.1.8"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/patternfly-bootstrap-treeview/-/patternfly-bootstrap-treeview-2.1.8.tgz",
"_spec": "2.1.8",
"_where": "/home/travis/build/patternfly/patternfly-org/packages/patternfly-3",
"author": {
"name": "Red Hat"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly-bootstrap-treeview/issues"
},
"dependencies": {
"bootstrap": "3.4.x",
"jquery": ">= 2.1.x"
},
"description": "Tree View for Twitter Bootstrap",
"devDependencies": {
"bower": "1.8.x",
"express": "3.4.x",
"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"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/patternfly/patternfly-bootstrap-treeview",
"keywords": [
"twitter",
"bootstrap",
"tree",
"treeview",
"tree-view",
"navigation",
"javascript",
"jquery",
"jquery-plugin"
],
"license": "Apache-2.0",
"main": "dist/bootstrap-treeview.js",
"name": "patternfly-bootstrap-treeview",
"repository": {
"type": "git",
"url": "git://github.com/patternfly/patternfly-bootstrap-treeview.git"
},
"scripts": {
"start": "node app",
"test": "grunt test"
},
"version": "2.1.8"
}