This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
85 lines (85 loc) · 2.03 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "backbone.wreqr",
"description": "A Simple Service Bus For Backbone and Backbone.Marionette",
"version": "1.4.0",
"homepage": "https://github.com/marionettejs/backbone.wreqr",
"main": "lib/backbone.wreqr.js",
"keywords": [
"backbone",
"plugin",
"client",
"browser",
"message",
"messages",
"messaging",
"decoupled",
"architecture"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/marionettejs/backbone.wreqr/blob/master/LICENSE.md"
}
],
"scripts": {
"test": "grunt jasmine",
"start": "grunt jasmine-server"
},
"author": {
"name": "Derick Bailey",
"email": "marionettejs@gmail.com",
"web": "http://derickbailey.lostechies.com"
},
"bugs": {
"web": "https://github.com/marionettejs/backbone.wreqr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/marionettejs/backbone.wreqr.git"
},
"github": "https://github.com/marionettejs/backbone.wreqr",
"dependencies": {
"backbone": ">=0.9.9 <=1.3.x",
"underscore": ">=1.3.3 <=1.8.3"
},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-jasmine": "~0.5.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-jshint": "0.2.0",
"grunt-contrib-watch": "0.3.1",
"grunt-contrib-connect": "0.2.0",
"grunt-preprocess": "4.0.0",
"sinon": "1.9.0",
"jasmine-sinon": "0.3.1",
"grunt-template": "0.2.3"
},
"jam": {
"dependencies": {
"backbone": ">=0.9.9",
"underscore": ">=1.3.1"
},
"main": "lib/backbone.wreqr.js",
"include": [
"lib/backbone.wreqr.js",
"readme.md"
]
},
"maintainers": [
{
"name": "Stefan Zerkalica",
"email": "zerkalica@gmail.com",
"web": "https://github.com/zerkalica"
},
{
"name": "Richard Mitchell",
"email": "richard.j.mitchell@gmail.com"
},
{
"name": "Joe Gornick",
"web": "http://joegornick.com",
"twitter": "https://twitter.com/jgornick"
}
]
}