-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
35
36
{
"name": "skrollr-menu",
"title": "skrollr menu plugin",
"description": "skrollr plugin for hash navigation.",
"version": "0.1.10",
"homepage": "https://github.com/Prinzhorn/skrollr-menu",
"author": {
"name": "Alexander Prinzhorn",
"email": "[email protected]",
"url": "http://www.prinzhorn.it/"
},
"repository": {
"type": "git",
"url": "git://github.com/Prinzhorn/skrollr-menu.git"
},
"bugs": {
"url": "https://github.com/Prinzhorn/skrollr-menu/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/skrollr-menu/blob/master/LICENSE.txt"
}
],
"main": "dist/skrollr.menu.min.js",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0"
},
"keywords": []
}