0
|
1 {
|
|
2 "name": "nestable2",
|
|
3 "version": "1.6.0",
|
|
4 "homepage": "https://github.com/RamonSmit/Nestable2",
|
|
5 "authors": [
|
|
6 "David Bushell <@dbushell>",
|
|
7 "Ramon Smit <@_RamonSmit>",
|
|
8 "Marek Skiba <@pjona>"
|
|
9 ],
|
|
10 "description": "Drag & drop hierarchical list with mouse and touch compatibility",
|
|
11 "main": ["jquery.nestable.js", "jquery.nestable.css"],
|
|
12 "keywords": [
|
|
13 "jquery",
|
|
14 "tree",
|
|
15 "list",
|
|
16 "sortable",
|
|
17 "nestable",
|
|
18 "nestable2",
|
|
19 "drag",
|
|
20 "drop"
|
|
21 ],
|
|
22 "license": "MIT",
|
|
23 "dependencies": {
|
|
24 "jquery": ">= 1.7.2"
|
|
25 }
|
|
26 }
|