forked from acolangelo/jPanelMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
31
32
33
34
{
"name": "jPanelMenu-raywalker",
"version": "1.3.1",
"description": "Forked from Anthony Colangelo's jPanelMenu for strict mode and updated bower installs",
"main": "jquery.jpanelmenu.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/raywalker-it/jPanelMenu-raywalker"
},
"keywords": [
"jpanelmenu",
"menu",
"jquery"
],
"author": "Ray Walker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/raywalker-it/jPanelMenu-raywalker/issues"
},
"homepage": "https://github.com/raywalker-it/jPanelMenu-raywalker",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^0.1.5"
}
}