-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 928 Bytes
/
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
{
"name": "godsend-examples",
"description": "Separation of concerns for streaming microservices.",
"author": "Philip Weaver",
"contributors": [],
"version": "0.5.9",
"main": "",
"scripts": {
"start": ""
},
"dependencies": {
"godsend": "0.5.9",
"godsend-basics": "0.5.9",
"godsend-extras": "0.5.9",
"js-logger": "1.3.0",
"level": "1.6.0",
"level-ws": "0.0.1",
"node-forge": "0.7.1",
"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-examples.git"
},
"bugs": {
"url": "https://github.com/simplygreatwork/godsend-examples/issues",
"email": "[email protected]"
}
}