Skip to content

Instantly share code, notes, and snippets.

@lahmatiy
Created June 1, 2013 13:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahmatiy/5690420 to your computer and use it in GitHub Desktop.
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".
{
"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