Skip to content

Instantly share code, notes, and snippets.

@puginabox
Last active August 29, 2015 14:10
Show Gist options
  • Save puginabox/785b2254dd3212a8b95f to your computer and use it in GitHub Desktop.
Save puginabox/785b2254dd3212a8b95f to your computer and use it in GitHub Desktop.
bower.json
{
"name": "Angular-Gulp-Schaffolding",
"version": "0.0.1",
"description": "Angular-Gulp-Schaffolding",
"authors": [
"Griffin Byron"
],
"license": "MIT",
"homepage": "https://github.com/puginabox/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"tests"
],
"devDependencies": {
},
"dependencies": {
"angular": "~1.2.24",
"toastr": "~2.0.1",
"jquery": "~2.1.0",
"angular-route": "~1.2.24",
"angular-animate": "~1.2.24",
"angular-sanitize": "~1.2.24",
"extras.angular.plus": "~0.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment