adding parallax
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user