Skip to content

Commit

Permalink
Added a component.json for bower
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 23, 2012
1 parent 0a1abe0 commit c77437f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
lib/
components/
12 changes: 12 additions & 0 deletions component.json
@@ -0,0 +1,12 @@
{
"name": "yabbe",
"version": "1.0.0",
"main": "yabbe.js",
"dependencies": {
"backbone": "latest"
},
"author": {
"name": "Matt Crinklaw-Vogt",
"email": "matt.crinklaw@gmail.com"
}
}

0 comments on commit c77437f

Please sign in to comment.