forked from marionettejs/backbone.marionette
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (59 loc) · 1.49 KB
/
package.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "Backbone.Marionette",
"description": "Make your Backbone.js apps dance with a composite application architecture!",
"version": "1.0.0-beta3",
"homepage": "https://github.com/marionettejs/backbone.marionette",
"keywords": [
"backbone",
"plugin",
"marionette",
"client",
"browser"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/marionettejs/backbone.marionette/blob/master/license.txt"
}
],
"scripts": {
"test" : "grunt jasmine",
"start" : "grunt jasmine-server"
},
"author": {
"name": "Derick Bailey",
"email": "[email protected]",
"web": "http://derickbailey.lostechies.com"
},
"bugs": {
"web": "https://github.com/marionettejs/backbone.marionette/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/marionettejs/backbone.marionette.git"
},
"github": "https://github.com/marionettejs/backbone.marionette",
"devDependencies": {
"grunt": "~0.3.16",
"grunt-jasmine-runner": "latest",
"grunt-rigger": "*"
},
"volo": {
"url": "https://raw.github.com/marionettejs/backbone.marionette/v{version}/lib/amd/backbone.marionette.js",
"dependencies": {
"backbone": "backbone"
}
},
"jam":{
"dependencies": {
"jquery": ">=1.8.0",
"underscore": "1.3.3-jam.1",
"backbone": ">=0.9.2"
},
"main": "lib/amd/backbone.marionette.js",
"include": [
"lib/amd/backbone.marionette.js",
"readme.md"
]
}
}