forked from mar10/fancytree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "jquery.fancytree",
"title": "jQuery Fancytree Plugin",
"description": "Fancytree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"version": "2.0.0pre",
"homepage": "https://github.com/mar10/fancytree",
"author": {
"name": "Martin Wendt",
"url": "http://wwwendt.de/"
},
"repository": {
"type": "svn",
"url": "https://github.com/mar10/fancytree"
},
"bugs": {
"url": "https://github.com/mar10/fancytree/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://code.google.com/p/fancytree/wiki/LicenseInfo"
}
],
"dependencies": {
"jquery": "~1.8"
},
"keywords": [],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-exec": "~0.4.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-csslint": "~0.1.2",
"grunt-html": "~0.3.3",
"qunitjs": "1.x",
"grunt-docco2": "~0.1.1"
},
"scripts": {
"test": "grunt ci --verbose"
}
}