forked from marionettejs/backbone.marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 931 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
{
"name": "backbone.marionette",
"description": "Make your Backbone.js apps dance with a composite application architecture!",
"homepage": "http://marionettejs.org",
"main": "./lib/core/backbone.marionette.js",
"version": "2.4.1",
"keywords": [
"backbone",
"framework",
"client",
"browser",
"composite"
],
"author": {
"name": "Derick Bailey",
"email": "derickbailey@gmail.com"
},
"ignore": [
"api",
"docs",
"jsdoc",
"src",
"tasks",
"test",
".editorconfig",
".gitignore",
".jscsrc",
".jshintrc",
".npmignore",
".travis.yml",
"component.json",
"CONTRIBUTING.md",
"Gruntfile.js",
"SpecRunner.html",
"upgradeGuide.md"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.6.0",
"backbone.babysitter": "^0.1.0",
"backbone.wreqr": "^1.0.0",
"jquery": "^1.8.0 || ^2.0.0"
}
}