forked from Prinzhorn/skrollr-ie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 957 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
{
"name": "skrollr-ie",
"title": "skrollr IE plugin",
"description": "skrollr plugin that adds some missing features to IE < 9",
"version": "1.0.3",
"homepage": "https://github.com/Prinzhorn/skrollr-ie",
"author": {
"name": "Alexander Prinzhorn",
"email": "[email protected]",
"url": "http://www.prinzhorn.it/"
},
"repository": {
"type": "git",
"url": "git://github.com/Prinzhorn/skrollr-ie.git"
},
"bugs": {
"url": "https://github.com/Prinzhorn/skrollr-ie/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Prinzhorn/skrollr-ie/blob/master/LICENSE.txt"
}
],
"main": "dist/skrollr.ie.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"
},
"keywords": []
}