Skip to content

Commit

Permalink
Adding Bower and Component files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Nov 7, 2013
1 parent ab5d2eb commit 28d345a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name" : "backbone",
"version" : "1.1.0",
"main" : "backbone.js",
"dependencies" : {
"underscore" : ">=1.4.3"
},
"ignore" : ["backbone-min.js", "docs", "examples", "test", "*.yml", "*.map", ".html"]
}
13 changes: 13 additions & 0 deletions component.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name" : "backbone",
"version" : "1.1.0",
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.",
"keywords" : ["model", "view", "controller", "router", "server", "client", "browser"],
"repository" : "jashkenas/backbone",
"dependencies" : {
"underscore" : ">=1.4.3"
},
"main" : "backbone.js",
"scripts" : ["backbone.js"],
"license" : "MIT",
}

0 comments on commit 28d345a

Please sign in to comment.