forked from vakata/jstree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.31 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
{
"name": "jstree",
"title": "jsTree",
"description": "jQuery tree plugin",
"version": "3.3.3",
"homepage": "http://jstree.com",
"main": "./dist/jstree.js",
"author": {
"name": "Ivan Bozhanov",
"email": "[email protected]",
"url": "http://vakata.com"
},
"repository": {
"type": "git",
"url": "git://github.com/vakata/jstree.git"
},
"bugs": {
"url": "https://github.com/vakata/jstree/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vakata/jstree/blob/master/LICENSE-MIT"
}
],
"keywords": [],
"devDependencies": {
"dox": "~0.4.4",
"grunt": "~0.4.0",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-less": "~0.8.2",
"grunt-contrib-qunit": "~v0.3.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "~0.5.3",
"grunt-phantomcss-gitdiff": "0.0.7",
"grunt-resemble-cli": "0.0.8",
"grunt-text-replace": "~0.3.11"
},
"dependencies": {
"jquery": ">=1.9.1"
},
"npmName": "jstree",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"jstree.min.js",
"themes/**/*.png",
"themes/**/*.gif",
"themes/**/*.min.css"
]
}
]
}