Skip to content

Instantly share code, notes, and snippets.

@anavdesign
Created April 24, 2018 17:49
Show Gist options
  • Save anavdesign/214b98f450ab8d3ea1d6b7a134f6664b to your computer and use it in GitHub Desktop.
Save anavdesign/214b98f450ab8d3ea1d6b7a134f6664b to your computer and use it in GitHub Desktop.
JS: Bower Scroll Magic Override
{
"name": "",
"version": "",
"authors": "",
"description": "",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"scrollmagic": "ScrollMagic#~2.0.5",
},
"overrides": {
"scrollmagic": {
"main": [
"./scrollmagic/uncompressed/ScrollMagic.js",
"./scrollmagic/uncompressed/plugins/animation.gsap.js",
"./scrollmagic/uncompressed/plugins/debug.addindicators.js"
]
}
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment