forked from adgsm/multi-level-push-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 940 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": "multilevelpushmenu",
"title": "jQuery Multi-Level Push Menu",
"description": "Cross-browser compatible jQuery plug-in allowing endless nesting of navigation elements.",
"version": "2.1.4",
"license": "MIT",
"bugs": "https://github.com/adgsm/multi-level-push-menu/issues",
"homepage": "http://multi-level-push-menu.make.rs",
"docs": "http://multi-level-push-menu.make.rs",
"download": "http://multi-level-push-menu.make.rs",
"dependencies": {
"jquery": ">=1.10"
},
"repository": {
"type": "git",
"url": "https://github.com/adgsm/multi-level-push-menu.git"
},
"main": "Gruntfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0"
}
}