forked from marionettejs/backbone.marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
component.json
42 lines (40 loc) · 911 Bytes
/
component.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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.2",
"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]"
}
],
"dependencies" : {
"jquery": "~1.8.0 || ~1.9.0",
"backbone" : "~1.0.0"
}
}