Skip to content

Commit

Permalink
Implemented bower
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeDestroyer committed Jun 11, 2014
1 parent 278dbc4 commit f73c8d4
Show file tree
Hide file tree
Showing 2 changed files with 20 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": "www/lib"
}
17 changes: 17 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "arete",
"version": "0.6.0",
"homepage": "https://github.com/TheCodeDestroyer/arete",
"authors": [
"The Code Destroyer <[email protected]>"
],
"description": "Workout planner mobile application",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit f73c8d4

Please sign in to comment.