forked from mendhak/docker-http-https-echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 704 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 704 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
{
"name": "@mendhak/http-https-echo",
"repository": {
"type": "git",
"url": "https://github.com/mendhak/docker-http-echo"
},
"version": "1.0.1",
"description": "JSON service for debugging a web setup",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mendhak <gpslogger@mendhak.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=6.3.0"
},
"dependencies": {
"@promster/express": "^3.4.1",
"@promster/server": "^3.4.1",
"concat-stream": "^2.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.0",
"morgan": "^1.10.0",
"prom-client": "^11.5.3"
}
}