-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 866 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 866 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
{
"name": "hapi-server-verifier",
"version": "0.4.9",
"license": "MIT",
"engine-strict": true,
"engines": {
"node": ">=16"
},
"people": {
"name": "Bob Weigel",
"email": "rweigel@gmu.edu",
"url": "http://github.com/rweigel"
},
"repository": {
"type": "git",
"url": "https://github.com/hapi-server/verifier-nodejs.git"
},
"dependencies": {
"async": "^3.2.4",
"chalk": "^2",
"deep-diff": "^1.0.2",
"express": "^4.15.3",
"ip": "1.1.5",
"jsonschema": "^1.1.1",
"moment": "^2.29.3",
"request": "^2.81.0",
"yargs": "^17.7.1"
},
"scripts": {
"postinstall": "git submodule update --init --recursive",
"start": "node verify.js --port 9999",
"start2": "node verify.js --port 9999 --plotserver 'http://localhost:5000/'"
},
"devDependencies": {
"standard": "^17.1.2"
}
}