forked from ryanbagwell/django-cms-named-menus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 864 Bytes
/
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
{
"name": "django-cms-named-menus",
"version": "v0.1.0",
"dependencies": {
"backbone": "^1.2.3",
"bedrock": "[email protected]:hzdg/bedrock.git#18ec65a7d8a17325719df89d60c0cdc383255d9f",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.7.1",
"expose-loader": "^0.5.3",
"granite-less": "^1.2.7",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-webpack": "^1.0.11",
"imports-loader": "^0.6.3",
"jquery": "^2.1.4",
"jquery-ui": "^1.10.5",
"napa": "^2.0.1",
"shelljs": "^0.3.0",
"underscore": "^1.8.3",
"webpack": "^1.4.0-beta3",
"webpack-dev-server": "^1.6.3"
},
"scripts": {
"install": "napa dbushell/Nestable:jquery-nestable"
}
}