-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.15 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.15 KB
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
{
"name": "nodezoo-base",
"version": "7.0.2",
"license": "MIT",
"description": "A mesh base for Nodezoo",
"author": "Dean McDonnell (https://github.com/mcdonnelldean)",
"contributors": [
"Jane Quinn (https://github.com/CodeWriterWriter)",
"Shane Lacey (https://github.com/shanel262)"
],
"main": "metrics.js",
"scripts": {
"start": "node srv/start.js",
"lint": "lab test -dL",
"test": "echo 'No test'"
},
"homepage": "https://github.com/nodezoo/nodezoo-base#readme",
"bugs": {
"url": "https://github.com/nodezoo/nodezoo-base/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodezoo/nodezoo-base.git"
},
"files": [
"README.md",
"package.json",
"LICENSE",
"srv",
"Dockerfile"
],
"keywords": [
"nodezoo",
"metrics",
"vidi",
"microservices",
"seneca"
],
"dependencies": {
"seneca": "2.0.0",
"seneca-balance-client": "0.5.x",
"seneca-mesh": "0.7.0"
},
"devDependencies": {
"code": "2.1.0",
"eslint-config-seneca": "2.0.0",
"eslint-plugin-hapi": "4.0.0",
"eslint-plugin-standard": "1.3.1",
"lab": "8.2.0"
}
}