-
Notifications
You must be signed in to change notification settings - Fork 619
/
package.json
32 lines (32 loc) · 867 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
{
"name": "responsive-nav",
"version": "1.0.39",
"description": "Responsive Nav JS plugin",
"main": "client/dist/responsive-nav.js",
"scripts": {
"test": "grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/arielsalminen/responsive-nav.js.git"
},
"author": "Ariel Salminen",
"homepage": "http://responsive-nav.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/arielsalminen/responsive-nav/issues"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-rigger": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-uglify": "~0.2.2",
"express": "~3.3.5",
"grunt-shell": "~0.3.1",
"grunt-replace": "~0.4.4",
"grunt-karma": "~0.6.1",
"grunt-contrib-copy": "~0.4.1"
}
}