-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "jquery-parallux",
"version": "1.0.0",
"description": "Parallax effect with esteroids. Optimized, cross browser and works with everything (background videos, images, slick...)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomsarduy/parallux.git"
},
"keywords": [
"jquery-plugin",
"jquery",
"parallax",
"efect parallax",
"video parallax",
"slider parallax",
"plugins"
],
"author": {
"name": "Tom Sarduy",
"email": "tom.sarduy@gmail.com",
"url": "https://github.com/tomsarduy"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/tomsarduy/parallux/issues"
},
"homepage": "https://github.com/tomsarduy/parallux#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.8",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
}
}