Put simpleParallax and modify logo.php to merge
This commit is contained in:
31
js/simpleParallaxe/parallax.js-1.5.0/package.json
Normal file
31
js/simpleParallaxe/parallax.js-1.5.0/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "jquery-parallax.js",
|
||||
"version": "1.5.0",
|
||||
"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 <mike@pixelcog.com> (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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user