forked from gijsroge/tilt.js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "tilt.js",
"version": "1.2.1",
"description": "A tiny requestAnimationFrame powered 60+fps lightweight parallax tilt effect for jQuery.",
"main": "./src/tilt.jquery.js",
"scripts": {
"test": "node ./node_modules/jshint/bin/jshint src/tilt.jquery.js && gulp test --verbose --force"
},
"files": [
"*/**"
],
"repository": {
"type": "git",
"url": "[email protected]:gijsroge/tilt.js.git"
},
"author": "gijsroge <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/gijsroge/tilt.js",
"devDependencies": {
"autoprefixer": "6.3.6",
"babel-preset-env": "^1.1.8",
"browser-sync": "2.16.0",
"gulp": "3.9.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"gulp-watch": "4.3.6",
"jshint": "^2.9.3",
"node-qunit-phantomjs": "^1.4.0",
"postcss-reporter": "1.3.3",
"postcss-scss": "0.1.8",
"qunitjs": "^2.0.1",
"require-dir": "0.3.0"
},
"dependencies": {
"jquery": "^3.1.1"
}
}