-
Notifications
You must be signed in to change notification settings - Fork 24
/
bower.json
66 lines (66 loc) · 1.69 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "monologue.js",
"description": "EventEmitter replacement with AMQP-style bindings and other advanced features. Compatible with postal.js's API.",
"version": "0.3.5",
"homepage": "https://github.com/postaljs/monologue.js",
"repository": {
"type": "git",
"url": "git://github.com/postaljs/monologue.js.git"
},
"author": "Jim Cowart (http://ifandelse.com)",
"contributors": [
{
"name": "Jim Cowart",
"url": "http://ifandelse.com"
},
{
"name": "Doug Neiner",
"url": "http://dougneiner.com"
},
{
"name": "Alex Robson",
"url": "http://nerdventure.io"
},
{
"name": "Ryan Niemeyer",
"url": "http://knockmeout.net"
}
],
"keywords": [
"monologue",
"postal",
"observer",
"event",
"emitter",
"pub/sub",
"listener",
"publisher",
"EventEmitter",
"pub",
"sub",
"eventing"
],
"main": [
"lib/monologue.min.js",
"lib/monologue.js"
],
"dependencies": {
"lodash": "3.x",
"riveter": "git://github.com/ifandelse/riveter.git#0cffebb92117c88543cb4359fb9fd69c2d65dd22"
},
"devDependencies": {
"jquery": "1.x",
"bootstrap": "~3.0.3",
"should": "6.0.3",
"mocha": "~2.2.5",
"requirejs": "~2.1.10",
"postal.diagnostics": "~0.7.3"
},
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}, {
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-3.0.html"
}]
}