forked from nodezoo/nodezoo-info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
54
55
56
57
{
"name": "nodezoo-info",
"version": "6.0.2",
"description": "nodezoo.com micro-service handling module info.",
"main": "info.js",
"license": "MIT",
"author": "Richard Rodger (http://richardrodger.com)",
"contributors": [
"Kristina Matuleviciute (https://github.com/KristinaMatuleviciute)",
"Dean McDonnell (https://github.com/mcdonnelldean)",
"Shane Lacey (https://github.com/shanel262)",
"Jane Quinn (https://github.com/CodeWriterWriter)"
],
"homepage": "https://github.com/nodezoo/nodezoo-info#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-info.git"
},
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-info/issues"
},
"keywords": [
"nodezoo",
"seneca",
"info",
"micro-service"
],
"files": [
"README.md",
"package.json",
"LICENSE",
"info.js",
"Dockerfile",
"srv"
],
"scripts": {
"start": "node srv/start.js",
"lint": "lab test -dL",
"test": "lab -v -P test -L -c -t 97"
},
"dependencies": {
"lru-cache": "4.0.0",
"seneca": "2.0.0",
"seneca-balance-client": "0.5.x",
"seneca-entity": "0.0.1",
"seneca-mesh": "0.7.0",
"vidi-metrics": "0.1.0",
"vidi-seneca-metrics": "0.2.0"
},
"devDependencies": {
"code": "^2.1.1",
"eslint-config-seneca": "1.1.2",
"eslint-plugin-hapi": "4.0.x",
"eslint-plugin-standard": "1.3.x",
"lab": "^10.3.1"
}
}