forked from cdvasquez7/parallax-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"_args": [
[
"/Users/samet/Development/NextGen/Data/tminus10.nl"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-UONoPKSQykeNvFcemDPxYYDU/T89LSffoaZAwOMhDp0ABhmFPwthgn2GrfB7An9Qo+8nPZIuQeZsh2pWn1qN3A==",
"_location": "/parallax-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "parallax-js",
"escapedName": "parallax-js",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/parallax-js/-/parallax-js-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "/Users/samet/Development/NextGen/Data/tminus10.nl",
"author": {
"name": "Matthew Wagerfield",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/wagerfield/parallax/issues"
},
"dependencies": {
"object-assign": "^4.1.1",
"raf": "^3.3.0"
},
"description": "Parallax Engine that reacts to the orientation of a smart device.",
"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"
},
"directories": {
"example": "examples"
},
"homepage": "http://wagerfield.github.io/parallax/",
"keywords": [
"parallax",
"gyroscope",
"jquery",
"javascript",
"library"
],
"license": "MIT",
"main": "dist/parallax.js",
"name": "parallax-js",
"repository": {
"type": "git",
"url": "git://github.com/wagerfield/parallax.git"
},
"scripts": {},
"version": "3.1.0"
}