adding parallax

This commit is contained in:
Jarred de Beer
2013-12-18 20:16:11 +02:00
parent 5afc7725ea
commit 1de6e595b1
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"main": "parallax",
"directories": {
"lib": "source"
},
"files": ["source/parallax.js", "source/requestAnimationFrame.js"],
"shim": {
"parallax": {
"imports": ["./requestAnimationFrame.js"],
"exports": "requestAnimationFrame"
}
},
"buildConfig": {
"uglify": true
}
}
+1
View File
@@ -32,6 +32,7 @@
"moment": "github:moment/moment",
"mustache": "github:janl/mustache.js",
"nprogress": "github:rstacruz/nprogress",
"parallax": "github:wagerfield/parallax",
"ratchet": "github:maker/ratchet",
"raphael": "github:DmitryBaranovskiy/raphael",
"respond": "github:scottjehl/Respond",