forked from Prinzhorn/skrollr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 973 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
37
38
39
40
{
"name": "skrollr",
"title": "skrollr",
"description": "Stand-alone parallax scrolling library with zero dependencies.",
"version": "0.6.22",
"homepage": "https://github.com/Prinzhorn/skrollr",
"author": {
"name": "Alexander Prinzhorn",
"email": "alexander@prinzhorn.it",
"url": "http://www.prinzhorn.it/"
},
"repository": {
"type": "git",
"url": "git://github.com/Prinzhorn/skrollr.git"
},
"bugs": {
"url": "https://github.com/Prinzhorn/skrollr/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/skrollr/blob/master/LICENSE.txt"
}
],
"main": "dist/skrollr.min.js",
"engines": {
"node": ">=0.8"
},
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-qunit": "~0.2.0"
},
"keywords": []
}