From 0eca1e91bbc99c1d3f0a6d6afb5bba76b0dace0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=BD?= Date: Sun, 30 Nov 2014 17:40:06 +1000 Subject: [PATCH 1/2] missing bower.json synced from parallax.jquery.json --- bower.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..aa7eacd --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "parallax", + "version": "2.0.3", + "homepage": "https://github.com/stephband/jparallax", + "author": { + "name": "Stephen Band", + "url": "http://stephband.info" + }, + "dependencies": { + "jquery": "^1.4.2" + }, + "description": "jquery.parallax turns nodes into absolutely positioned layers that move in response to the mouse. Depending on their dimensions these layers move at different rates, in a parallaxy kind of way.", + "main": [ + "js/jquery.parallax.js", + "css/jquery.parallax.css" + ], + "keywords": [ + "parallax", + "move", + "interface", + "layer" + ] + "license": "WTFPL", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 14cbff960bad1a95e162a09b1a78894aee656b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=B8=D0=BB=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D0=BD=D0=B8=D0=BD?= Date: Sun, 30 Nov 2014 17:44:13 +1000 Subject: [PATCH 2/2] fix bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index aa7eacd..75431af 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "move", "interface", "layer" - ] + ], "license": "WTFPL", "ignore": [ "**/.*",