Skip to content

Instantly share code, notes, and snippets.

@high5
Created February 4, 2015 02:24
Show Gist options
  • Save high5/05f9fc77f4cdc7df776c to your computer and use it in GitHub Desktop.
Save high5/05f9fc77f4cdc7df776c to your computer and use it in GitHub Desktop.
about gist

bower

Bower

.bowerrc

{
  "directory": "js/bower_components",
  "interactive": false
}

bower.json

{
  "name": "angular-tutorial",
  "description": "Learn AngularJS",
  "version": "0.0.0",
  "homepage": "https://github.com/high5/angular-tutorial",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "angular": "1.3.x",
    "angular-mocks": "1.3.x",
    "jquery": "~2.1.1",
    "bootstrap": "~3.1.1",
    "angular-route": "1.3.x",
    "angular-resource": "1.3.x",
    "angular-animate": "1.3.x"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment