Skip to content

Commit

Permalink
Introduced bower to the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Oct 12, 2015
1 parent 15dfc01 commit 5c772ce
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions diasporapy/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "diasporapy",
"version": "0.0.1",
"homepage": "https://github.com/candango/diasporapy",
"authors": [
"Flavio Garcia<piraz@candango.org>"
],
"description": "Aplication that shows the Firenado basic features.",
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"canjs": "2.2.9",
"bootstrap": "~3.3.5",
"font-awesome": "~4.2.0",
"i18next": "1.10.2"
}
}

0 comments on commit 5c772ce

Please sign in to comment.