Skip to content

Instantly share code, notes, and snippets.

@puginabox
Created July 26, 2015 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puginabox/c9a0a475317d2285b1ca to your computer and use it in GitHub Desktop.
Save puginabox/c9a0a475317d2285b1ca to your computer and use it in GitHub Desktop.
{
"name": "bower-setup",
"version": "0.0.1",
"description": "Project Dependency Schaffolding",
"authors": [
"Griffin Byron"
],
"license": "MIT",
"homepage": "https://github.com/puginabox/bower-setup",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"js/lib",
"vendor",
"tests"
],
"dependencies": {
"angular": "~1.2.24",
"angular-route": "~1.2.24",
"angular-animate": "~1.2.24",
"angular-sanitize": "~1.2.24",
"extras.angular.plus": "~0.9.0"
},
"devDependencies": {
"d3": "~3.5.5",
"sizzle": "~2.2.0",
"modernizr": "~2.8.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment