-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renaming component.json to bower.json to try and fix the bower install
- Loading branch information
Derick Bailey
committed
Jul 10, 2013
1 parent
d03946f
commit 21ff48f
Showing
2 changed files
with
63 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.