Skip to content

Commit ce276d6

Browse files
authored
Merge pull request #173 from ramytamer/master
Publish to NPM Registry
2 parents 22fa922 + d1ecd6b commit ce276d6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "jquery-parallax.js",
3+
"version": "1.4.3",
4+
"description": "Simple parallax scrolling effect inspired by spotify.com implemented as a jQuery plugin",
5+
"main": "parallax.min.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/pixelcog/parallax.js.git"
12+
},
13+
"keywords": [
14+
"parallax",
15+
"scroll",
16+
"scrolling",
17+
"image"
18+
],
19+
"author": [
20+
"Mike Greiling <[email protected]> (http://pixelcog.com)",
21+
"Wolfgang Stöttinger (http://www.wolfography.at)"
22+
],
23+
"license": "MIT",
24+
"bugs": {
25+
"url": "https://github.com/pixelcog/parallax.js/issues"
26+
},
27+
"homepage": "https://github.com/pixelcog/parallax.js#readme",
28+
"dependencies": {
29+
"jquery": ">=1.7"
30+
}
31+
}

0 commit comments

Comments
 (0)