-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
58 lines (58 loc) · 1.19 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": "nestable2",
"version": "1.6.0",
"description": "Drag & drop hierarchical list with mouse and touch compatibility",
"main": "jquery.nestable.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/RamonSmit/Nestable2.git"
},
"keywords": [
"jquery",
"tree",
"list",
"sortable",
"nestable",
"nestable2",
"drag",
"drop"
],
"author": {
"name": "David Bushell",
"email": "[email protected]",
"url": "https://github.com/dbushell"
},
"contributors": [
{
"name": "Ramon Smit",
"email": "[email protected]"
},
{
"name": "Martin Zeman",
"email": "[email protected]"
},
{
"name": "Marek Skiba",
"email": "[email protected]"
}
],
"dependencies": {
"jquery": ">=1.7.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.4.2",
"gulp-eslint": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-sass": "^3.1.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RamonSmit/Nestable2/issues"
},
"homepage": "https://github.com/RamonSmit/Nestable2#readme"
}