Skip to content

Commit 21ff48f

Browse files
author
Derick Bailey
committed
renaming component.json to bower.json to try and fix the bower install
1 parent d03946f commit 21ff48f

File tree

2 files changed

+63
-61
lines changed

2 files changed

+63
-61
lines changed

bower.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

bower.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name" : "backbone.marionette",
3+
"description" : "Make your Backbone.js apps dance with a composite application architecture!",
4+
"url" : "http://marionettejs.org",
5+
"main" : "./lib/backbone.marionette.js",
6+
"version" : "1.0.4",
7+
8+
"keywords" : [
9+
"backbone",
10+
"framework",
11+
"client",
12+
"browser",
13+
"composite"
14+
],
15+
16+
"author": {
17+
"name" : "Derick Bailey",
18+
"email" : "derickbailey@gmail.com"
19+
},
20+
21+
"contributors" : [
22+
{
23+
"name" : "Jarrod Overson",
24+
"email" : "jsoverson@gmail.com"
25+
},
26+
{
27+
"name" : "Tony Abou-Assaleh",
28+
"email" : "taa@eits.ca"
29+
},
30+
{
31+
"name" : "Matt Briggs",
32+
"email" : "matt@mattbriggs.net"
33+
},
34+
{
35+
"name" : "Ruben Vreeken",
36+
"email" : "ruben.vreeken@gmail.com"
37+
},
38+
{
39+
"name" : "Brian Mann",
40+
"email" : "brian@backbonerails.com"
41+
}
42+
],
43+
44+
"ignore": [
45+
"docs",
46+
"reports",
47+
"spec",
48+
".gitignore",
49+
".travis.yml",
50+
"build",
51+
"build.cmd",
52+
"CONTRIBUTING.md",
53+
"changelog.md",
54+
"package.json"
55+
],
56+
57+
"dependencies" : {
58+
"backbone.babysitter": "~0.0.6",
59+
"backbone.wreqr": "~0.2.0",
60+
"backbone": "~1.0.0",
61+
"underscore": "~1.4.4"
62+
}
63+
}

component.json

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)