File tree Expand file tree Collapse file tree 2 files changed +63
-61
lines changed Expand file tree Collapse file tree 2 files changed +63
-61
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments