-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.06 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
{
"name": "marvin",
"version": "1.0.1",
"description": "NAT64Check Marvin",
"license": "BSD-3-Clause",
"keywords": [
"nat64check"
],
"homepage": "https://www.nat64check.org/",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/nat64check/marvin/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nat64check/marvin.git"
},
"author": {
"name": "Sander Steffann",
"email": "[email protected]",
"url": "https://www.steffann.nl/"
},
"contributors": [
{
"name": "Jan Žorž",
"email": "[email protected]"
},
{
"name": "Musa Stephen Honlue",
"email": "[email protected]"
}
],
"bin": {
"marvin": "./main.js"
},
"scripts": {
"debug": "env DEBUG='puppeteer:*' node main.js",
"start": "node main.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"default-gateway": "^5.0.2",
"express": "^4.17.1",
"ip-address": "^5.9.2",
"moment": "^2.22.2",
"net-ping": "^1.2.3",
"pngjs": "^3.4.0",
"puppeteer": "^1.17.0"
}
}