Skip to content

Instantly share code, notes, and snippets.

@dylanlgs
Created January 22, 2014 14:49
Show Gist options
  • Save dylanlgs/8559989 to your computer and use it in GitHub Desktop.
Save dylanlgs/8559989 to your computer and use it in GitHub Desktop.
Bower for my app
{
"name": "myapp",
"dependencies": {
"bootstrap": "~3.0",
"font-awesome": "~3.2",
"angular": "=1.2.0-rc.2",
"angular-ui-router": "~0.2",
"angular-resource": "1.2.0-rc.2",
"angular-cookies": "1.2.0-rc.2",
"angular-sanitize": "1.2.0-rc.2",
"angular-flash": "~0.1",
"angular-http-auth": "*",
"ng-table": "0.3.2"
},
"resolutions": {
"angular": "1.0 - 1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment