master
1{
2 "name": "stripectf3-level2-ddos",
3 "version": "0.1.0",
4 "description": "Stripe CTF-3: Distributed Systems. Balance distributed traffic.",
5 "main": "shield",
6 "scripts": {
7 "test": "echo \"No tests supplied.\" && exit 1"
8 },
9 "author": {
10 "name": "Christian Anderson"
11 },
12 "license": "BSD",
13 "dependencies": {
14 "http-proxy": "*",
15 "nopt": "*",
16 "underscore": "*",
17 "seed-random": "*"
18 }
19}