Skip to content

Commit

Permalink
fixes #2 Add missing bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azproduction committed Jan 8, 2014
1 parent b481cf2 commit 0683dc2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "rivets-backbone-adapter",
"version": "1.1.1",
"main": "rivets-backbone.js",
"description": "Backbone.js adapter for Rivets.js data-bind with nested models and collections support.",
"license": "MIT",
"ignore": [
".jshintrc",
".gitignore",
"README.md",
"example/**/*"
],
"dependencies": {
"backbone": "*",
"rivets": "*"
}
}

0 comments on commit 0683dc2

Please sign in to comment.