forked from UseAllFive/marionette.enhancedController
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 797 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
{
"name": "marionette-enhanced-controller",
"version": "2.1.1",
"homepage": "https://github.com/UseAllFive/marionette.enhancedController",
"authors": [
"Justin Anastos <[email protected]>"
],
"description": "Extend Marionette.Controller to allow for region management and debugging.",
"main": "lib/marionette.enhancedController.js",
"moduleType": [
"amd"
],
"repository": {
"type": "git",
"url": "git://github.com/UseAllFive/marionette.enhancedController.git"
},
"keywords": [
"marionette",
"controller",
"region"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {},
"devDependencies": {
"spinjs": "~2.0.1",
"backbone": "~1.1.2"
}
}