Skip to content

Commit

Permalink
renaming component.json to bower.json to try and fix the bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Jul 10, 2013
1 parent d03946f commit 21ff48f
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 61 deletions.
1 change: 0 additions & 1 deletion bower.json

This file was deleted.

63 changes: 63 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"name" : "backbone.marionette",
"description" : "Make your Backbone.js apps dance with a composite application architecture!",
"url" : "http://marionettejs.org",
"main" : "./lib/backbone.marionette.js",
"version" : "1.0.4",

"keywords" : [
"backbone",
"framework",
"client",
"browser",
"composite"
],

"author": {
"name" : "Derick Bailey",
"email" : "[email protected]"
},

"contributors" : [
{
"name" : "Jarrod Overson",
"email" : "[email protected]"
},
{
"name" : "Tony Abou-Assaleh",
"email" : "[email protected]"
},
{
"name" : "Matt Briggs",
"email" : "[email protected]"
},
{
"name" : "Ruben Vreeken",
"email" : "[email protected]"
},
{
"name" : "Brian Mann",
"email" : "[email protected]"
}
],

"ignore": [
"docs",
"reports",
"spec",
".gitignore",
".travis.yml",
"build",
"build.cmd",
"CONTRIBUTING.md",
"changelog.md",
"package.json"
],

"dependencies" : {
"backbone.babysitter": "~0.0.6",
"backbone.wreqr": "~0.2.0",
"backbone": "~1.0.0",
"underscore": "~1.4.4"
}
}
60 changes: 0 additions & 60 deletions component.json

This file was deleted.

0 comments on commit 21ff48f

Please sign in to comment.