-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 931 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
41
{
"name": "calamity",
"main": "calamity.js",
"version": "0.5.0-dev",
"author": "Kenneth Jorgensen <[email protected]> (http://kennethjorgensen.com/)",
"description": "Event bus and publish/subscribe library with replies for any environment, allowing easy implementation of both local and global events for building de-coupled, event-driven applications.",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"broadcast",
"error",
"events",
"message",
"messaging",
"node",
"observer",
"publish",
"pubsub",
"subscribe",
"subscriptions",
"unsubscribe",
"reply",
"replies"
],
"license": "MIT",
"homepage": "https://bitbucket.org/kennethjor/calamity",
"ignore": [
"**/.*",
"build",
"dist",
"node_modules",
"bower_components",
"_SpecRunner.html",
"npm-debug.log"
],
"dependencies": {
"underscore": "~1.6.0"
}
}