forked from wagerfield/parallax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 918 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": "parallax",
"description": "Parallax Engine that reacts to the orientation of a smart device.",
"version": "2.1.3",
"license": "MIT",
"homepage": "http://wagerfield.github.io/parallax/",
"author": "Matthew Wagerfield <[email protected]>",
"directories": {
"example": "examples"
},
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/wagerfield/parallax.git"
},
"keywords": [
"parallax",
"gyroscope",
"jquery",
"javascript",
"library"
],
"bugs": {
"url": "https://github.com/wagerfield/parallax/issues"
},
"devDependencies": {
"gulp": "^3.6.1",
"gulp-load-plugins": "^0.5.0",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-notify": "^1.2.5",
"gulp-rename": "^1.2.0",
"gulp-jshint": "^1.5.3",
"gulp-uglify": "^0.2.1",
"jshint-stylish": "^0.1.5"
}
}