Created
June 1, 2013 13:40
-
-
Save lahmatiy/5690420 to your computer and use it in GitHub Desktop.
Usually we store 2 files in project for bower: .bowerrc for settings & bower.json for description and dependencies. But we can use single file for both, just put everything into .bowerrc and set "json" property to ".bowerrc".
This file contains hidden or 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
{ | |
"json": ".bowerrc", | |
"directory": "lib", | |
"name": "my-project", | |
"version": "1.0.0", | |
"dependencies": { | |
"basisjs": "0.9.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment