-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 805 Bytes
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
{
"name": "axon",
"description": "High-level messaging & socket patterns implemented in pure js",
"version": "2.0.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": {
"debug": "*",
"configurable": "0.0.1",
"escape-regexp": "0.0.1",
"amp-message": "~0.1.1",
"amp": "~0.3.1"
},
"devDependencies": {
"better-assert": "~1.0.1",
"commander": "~2.4.0",
"humanize-number": "0.0.1",
"mocha": "~1.21.5",
"should": "~4.1.0"
},
"keywords": [
"zmq",
"zeromq",
"pubsub",
"socket",
"emitter",
"ipc",
"rpc"
],
"engines": {
"node": ">= 0.11.8"
},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/axon.git"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}