forked from pixelcog/parallax.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 800 Bytes
/
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
{
"name": "jquery-parallax.js",
"version": "1.4.3",
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
"main": "parallax.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixelcog/parallax.js.git"
},
"keywords": [
"parallax",
"scroll",
"scrolling",
"image"
],
"author": [
"Mike Greiling <[email protected]> (http://pixelcog.com)",
"Wolfgang Stöttinger (http://www.wolfography.at)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pixelcog/parallax.js/issues"
},
"homepage": "https://github.com/pixelcog/parallax.js#readme",
"dependencies": {
"jquery": ">=1.7"
}
}