diff --git a/bower.json b/bower.json deleted file mode 120000 index 4fab4df2b6..0000000000 --- a/bower.json +++ /dev/null @@ -1 +0,0 @@ -component.json \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000000..68715178df --- /dev/null +++ b/bower.json @@ -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" : "derickbailey@gmail.com" + }, + + "contributors" : [ + { + "name" : "Jarrod Overson", + "email" : "jsoverson@gmail.com" + }, + { + "name" : "Tony Abou-Assaleh", + "email" : "taa@eits.ca" + }, + { + "name" : "Matt Briggs", + "email" : "matt@mattbriggs.net" + }, + { + "name" : "Ruben Vreeken", + "email" : "ruben.vreeken@gmail.com" + }, + { + "name" : "Brian Mann", + "email" : "brian@backbonerails.com" + } + ], + + "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" + } +} diff --git a/component.json b/component.json deleted file mode 100644 index 7c102be379..0000000000 --- a/component.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "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" : "derickbailey@gmail.com" - }, - "contributors" : [ - { - "name" : "Jarrod Overson", - "email" : "jsoverson@gmail.com" - }, - { - "name" : "Tony Abou-Assaleh", - "email" : "taa@eits.ca" - }, - { - "name" : "Matt Briggs", - "email" : "matt@mattbriggs.net" - }, - { - "name" : "Ruben Vreeken", - "email" : "ruben.vreeken@gmail.com" - }, - { - "name" : "Brian Mann", - "email" : "brian@backbonerails.com" - } - ], - "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" - } -} -