Skip to content

Commit

Permalink
Add bower support. Closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloVallejo committed Mar 9, 2014
1 parent 157b7b0 commit fb2c202
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

node_modules
bower_components
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "gillie",
"main": "gillie.js",
"version": "0.2.0",
"homepage": "http://pablovallejo.github.io/gillie",
"dependencies": {
"jquery": "~1.11.0"
},
"authors": [
"Pablo Vallejo <[email protected]>"
],
"description": "Lightweight JavaScript framework inspired in Backbone",
"keywords": [
"javascript",
"framework",
"mvc",
"rest"
],
"ignore": [
"node_modules",
"bower_components",
"tests"
],
"license": "MIT"
}

0 comments on commit fb2c202

Please sign in to comment.