Skip to content

Instantly share code, notes, and snippets.

@hanleybrand
Created February 4, 2015 16:20
Show Gist options
  • Save hanleybrand/a82d042b2291f827b7e5 to your computer and use it in GitHub Desktop.
Save hanleybrand/a82d042b2291f827b7e5 to your computer and use it in GitHub Desktop.
sample angular 1.3 bower.json file
{
"name": "bbtools-ng",
"version": "0.0.0",
"dependencies": {
"angular": "^1.3.0",
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "^1.3.0",
"angular-aria": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-messages": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.3.0",
"angular-scenario": "~1.3.0"
},
"appPath": "app"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment