Skip to content

Commit

Permalink
Initialize Bower. Install angular, angular-route, angular-cookies, bo…
Browse files Browse the repository at this point in the history
…otstrap, bootstrap-material-design, jquery.
  • Loading branch information
James Brewer committed May 19, 2007
1 parent 8c7e6e7 commit ced193b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "static/bower_components"
}
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "thinkster_django_angular_boilerplate",
"version": "0.0.0",
"homepage": "https://github.com/brwr/thinkster-django-angular-boilerplate",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.1",
"angular-route": "~1.3.1",
"angular-cookies": "~1.3.1",
"bootstrap": "~3.3.0",
"bootstrap-material-design": "~0.1.5",
"jquery": "~2.1.1"
}
}

0 comments on commit ced193b

Please sign in to comment.