-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.33 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
{
"fullname": "Calamity",
"name": "calamity",
"version": "0.5.0-dev",
"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.",
"keywords": [
"broadcast",
"error",
"events",
"message",
"messaging",
"node",
"observer",
"publish",
"pubsub",
"subscribe",
"subscriptions",
"unsubscribe",
"reply",
"replies"
],
"homepage": "https://bitbucket.org/kennethjor/calamity",
"author": "Kenneth Jorgensen <[email protected]> (http://kennethjorgensen.com/)",
"main": "calamity.js",
"repository": {
"type": "hg",
"url": "ssh://[email protected]/kennethjor/calamity"
},
"licenses": [
{
"type": "MIT",
"url": "https://bitbucket.org/kennethjor/calamity/raw/default/LICENSE"
}
],
"devDependencies": {
"async": "~ 0.1.22",
"coffee-script": "^1.7.1",
"doxx": "~ 0.5.9",
"gulp": "^3.8.7",
"gulp-coffee": "^2.1.2",
"gulp-concat": "^2.3.4",
"gulp-jasmine": "^1.0.0",
"gulp-replace": "^0.4.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"gulp-wrapper": "^0.1.5",
"sinon": "^1.10.3",
"underscore": "^1.6.0"
},
"dependencies": {
"underscore": "^1.6.0"
}
}