-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "satellite",
"version": "0.0.0",
"description": "Satellite Internet Observation",
"dependencies": {
"async": "^0.9.0",
"bloomfilter": "0.0.14",
"filesize": "~2.0.3",
"flatten": "^1.0.1",
"glob": "^5.0.10",
"googleapis": "^59.0.0",
"llquantize": "0.0.6",
"map-stream-concurrent": "0.0.2",
"mkdirp": "^0.5.0",
"native-dns": "git://github.com/sidberg/node-dns.git",
"native-dns-packet": "git://github.com/willscott/native-dns-packet.git",
"node-whois": "^2.1.2",
"progress": "^1.1.8",
"progressbar-stream": "0.0.1",
"q": "^1.0.1",
"s3": "^4.4.0",
"stats-lite": "^1.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/UWNetworksLab/satellite.git"
},
"devDependencies": {
"asbycountry": "^1.1.0",
"chalk": "^0.5.1",
"emailjs": "^0.3.16",
"event-stream": "^3.1.7",
"fs-extra": "^0.18.2",
"ip2country": "^0.2.3",
"linebyline": "0.0.7",
"moment": "^2.9.0",
"sorted-diff-stream": "^1.0.1"
},
"scripts": {
"run": "bash fullrun.sh"
},
"author": "Will Scott (https://wills.co.tt) <[email protected]>"
}