forked from marionettejs/backbone.marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 980 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
47
{
"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.2.1",
"keywords": [
"backbone",
"framework",
"client",
"browser",
"composite"
],
"author": {
"name": "Derick Bailey",
"email": "[email protected]"
},
"ignore": [
"docs",
"reports",
"spec",
".gitignore",
".travis.yml",
".editorconfig",
".jshintc",
"jsdoc",
"build",
"build.cmd",
"Gruntfile.js",
"CONTRIBUTING.md",
"package.json",
"addrem",
"getdeps",
"tmp"
],
"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"
},
"devDependencies": {
"sinonjs": "1.7.3",
"jasmine-sinon": "0.3.1"
}
}