Last active
August 29, 2015 14:18
-
-
Save Bersam/8f3747af74f3aab11926 to your computer and use it in GitHub Desktop.
bower.json sample with override FlexSlider main property
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bersam", | |
"homepage": "http://bersam.org", | |
"authors": [ | |
"Bersam Karbasion <[email protected]>" | |
], | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"modernizr": "2.8.2", | |
"jquery": "1.11.2", | |
"bootstrap": "3.3.2", | |
"FlexSlider": "https://github.com/woothemes/FlexSlider.git" | |
}, | |
"overrides": { | |
"modernizr": { | |
"main": "./modernizr.js" | |
}, | |
"FlexSlider": { | |
"main": [ | |
"jquery.flexslider.js", | |
"flexslider.css" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment