forked from Fusl/intrace
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 923 Bytes
/
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
{
"name": "intrace",
"version": "0.0.1",
"description": "Multi-probe looking glass with simple but powerful configuration for probes and lookup types (BIRD, MTR, Ping & Traceroute pre-configured), originally developed by Fusl!",
"main": "lg.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudieLLC/intrace.git"
},
"author": "Fusl",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Fusl/CloudieLLC/issues"
},
"homepage": "https://github.com/CloudieLLC/intrace#readme",
"dependencies": {
"async": "^2.6.2",
"bases": "^0.2.1",
"crc-32": "^1.2.0",
"express": "^4.16.4",
"express-rate-limit": "^2.14.2",
"ipaddr.js": "^1.9.0",
"md5": "^2.2.1",
"socket.io": "^2.2.0",
"validator": "^10.11.0"
},
"keywords": [
"looking",
"glass",
"ping",
"mtr",
"traceroute",
"bgp"
]
}