-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
package.json
49 lines (49 loc) · 1.22 KB
/
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
41
42
43
44
45
46
47
48
49
{
"name": "parallax-js",
"description": "Parallax Engine that reacts to the orientation of a smart device.",
"version": "3.1.0",
"license": "MIT",
"main": "dist/parallax.js",
"homepage": "http://wagerfield.github.io/parallax/",
"author": "Matthew Wagerfield <[email protected]>, René Roth <[email protected]>",
"directories": {
"example": "examples"
},
"scripts": {},
"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": {
"autoprefixer": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.13",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"node-notifier": "^5.0.2",
"rimraf": "^2.5.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"object-assign": "^4.1.1",
"raf": "^3.3.0"
}
}