forked from RoundingWellOS/marionette.toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 979 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
{
"name": "marionette.toolkit",
"version": "0.4.1",
"description": "A collection of opinionated Backbone.Marionette extensions for large scale application architecture.",
"main": "./dist/marionette.toolkit.js",
"repository": {
"type": "git",
"url": "https://github.com/RoundingWellOS/marionette.toolkit.git"
},
"keywords": [
"backbone.marionette",
"marionette",
"marionettejs",
"backbone",
"backbonejs",
"toolkit",
"app",
"subapp",
"component",
"state"
],
"author": "Paul Falgout <paul@otterball.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoundingWellOS/marionette.toolkit/issues"
},
"homepage": "https://github.com/RoundingWellOS/marionette.toolkit",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone.marionette": "^2.1.0",
"backbone": "1.0.0 - 1.1.2",
"underscore": "1.4.4 - 1.8.2"
}
}