-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
executable file
·39 lines (39 loc) · 1.11 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
{
"name": "smooth-parallax",
"version": "1.1.2",
"description": "Parallax that doesn't suck! No jQuery required, just plain 'ol javascript. Smooth Parallax makes it easy to move objects when you scroll, being it images, divs or what-have-you.",
"keywords": [
"parallax",
"parallax-scrolling",
"parallax-javascript-library",
"background-image",
"smooth-animations",
"smooth-scrolling",
"elements-movement",
"movement"
],
"main": "dist/smooth-parallax.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/diegoversiani/smooth-parallax.git"
},
"author": "Diego Versiani",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegoversiani/smooth-parallax/issues"
},
"homepage": "https://diegoversiani.me/smooth-parallax",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ignore": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11"
}
}