Skip to content

Instantly share code, notes, and snippets.

@robinpokorny
Last active August 29, 2015 14:07
Show Gist options
  • Save robinpokorny/a03176ffa14ce630e341 to your computer and use it in GitHub Desktop.
Save robinpokorny/a03176ffa14ce630e341 to your computer and use it in GitHub Desktop.
Ukázka zápisů balíčků v Bower
{
"directory": "lib/components"
}
{
"dependencies": {
"bootstrap": "3.1.0",
"emerald": "git@github.com:lmc-eu/emerald.git#>=1.1.0 <2.0",
"utils": "git://example.com/repos/utils.git#some/branch-name",
"utils-old": "git://example.com/repos/utils.git#d67240907b7e56d8f14ae2f3838682cf06fed730",
"lorem-ipsum": "jquery#~2.0.0",
"pure": "http://yui.yahooapis.com/pure/0.5.0/pure-min.css"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment