-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.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
{
"name": "godsend",
"description": "Separation of concerns for streaming microservices.",
"author": "Philip Weaver",
"contributors": [],
"version": "0.5.9",
"main": "./src/main-node.js",
"scripts": {
"start": "node tests/main.js"
},
"dependencies": {
"express": "4.15.2",
"js-logger": "1.3.0",
"minimist": "1.2.0",
"proclaim": "3.4.4",
"readable-stream": "2.2.6",
"serve-index": "1.8.0",
"socket.io": "1.7.3",
"socket.io-client": "1.7.3",
"socket.io-stream": "0.9.1",
"tape": "4.6.3",
"toposort": "1.0.3",
"uuid": "3.0.1"
},
"devDependencies": {
"tape": "4.6.3"
},
"engines": {
"node": "4.7.3"
},
"keywords": [
"microservice",
"microservices",
"messaging",
"message-bus",
"message-broker"
],
"license" : "MIT",
"repository" : {
"type" : "git",
"url" : "https://github.com/simplygreatwork/godsend.git"
},
"bugs" : {
"url" : "https://github.com/simplygreatwork/godsend/issues",
"email" : "[email protected]"
}
}