forked from marionettejs/backbone.marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (42 loc) · 958 Bytes
/
bower.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
42
43
44
45
46
{
"name" : "backbone.marionette",
"description" : "Make your Backbone.js apps dance with a composite application architecture!",
"homepage" : "http://marionettejs.org",
"main" : ["./lib/backbone.marionette.js", "./lib/core/amd/backbone.marionette.js"],
"version" : "1.5.1",
"keywords" : [
"backbone",
"framework",
"client",
"browser",
"composite"
],
"author": {
"name" : "Derick Bailey",
"email" : "derickbailey@gmail.com"
},
"ignore": [
"docs",
"reports",
"spec",
".gitignore",
".travis.yml",
".editorconfig",
".jshintc",
"build",
"build.cmd",
"Gruntfile.js",
"CONTRIBUTING.md",
"package.json",
"addrem",
"getdeps"
],
"dependencies" : {
"backbone": "~1.1.0",
"underscore": "~1.5.1",
"backbone.babysitter": "~0.0.6",
"backbone.wreqr": "~0.2.0",
"sinonjs": "1.7.3",
"jasmine-sinon": "0.3.1"
}
}