Skip to content

Instantly share code, notes, and snippets.

@polster
Created May 7, 2015 22:48
Show Gist options
  • Save polster/b483c0f5031cb722e953 to your computer and use it in GitHub Desktop.
Save polster/b483c0f5031cb722e953 to your computer and use it in GitHub Desktop.
How to declare local bower dependency
{
"name": "myproject",
"version": "1.0.0",
"dependencies": {
"jquery": "1.8.0",
"twitter/bootstrap": "2.1.1",
"mypackage": "file:///path/to/mypackage/.git#master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment