Skip to content

Commit

Permalink
add bowerrc and bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nojhamster committed Feb 26, 2014
1 parent 4f34aad commit 59b4481
Show file tree
Hide file tree
Showing 2 changed files with 27 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" : "public/components"
}
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ezpaarse-mockup",
"version": "0.0.0",
"homepage": "https://github.com/ezpaarse-project/ezpaarse-mockup",
"authors": [
"Yannick Schurter",
"Stéphane Gully"
],
"license": "CeCILL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.13",
"semantic-ui": "~0.13.0",
"jquery": "~1.11.0",
"ElementTransitions.js": "~0.1.0"
}
}

0 comments on commit 59b4481

Please sign in to comment.