-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
32 lines (32 loc) · 967 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
32
{
"name": "parallax-imagescroll",
"version": "0.2.3",
"title": "Parallax ImageScroll",
"main": "./jquery.imageScroll.js",
"author": {
"name": "Peder Andreas Nielsen",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.8.0"
},
"description": "Parallax ImageScroll is a simple and easy jQuery plugin for creating image parallax effects when scrolling the page, inspired by Spotify.com.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"parallax",
"scroll",
"effect",
"animation",
"css3"
],
"homepage": "https://github.com/pederan/Parallax-ImageScroll",
"repository": "https://github.com/pederan/Parallax-ImageScroll",
"bugs": "https://github.com/pederan/Parallax-ImageScroll/issues"
}