-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 964 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
{
"name": "robocodecup-runner",
"version": "1.0.0",
"description": "A script for running robocode battles and outputs the results in a standarized format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruudgreven/robocodecup-runner.git"
},
"bin": {
"robocodecup-runner": "./index.js"
},
"author": "Ruud Greven",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruudgreven/robocodecup-runner/issues"
},
"homepage": "https://github.com/ruudgreven/robocodecup-runner#readme",
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"dockerode": "^2.3.1",
"fs-readdir-recursive": "^1.0.0",
"progress": "^1.1.8",
"q": "^1.4.1",
"sleep": "^5.1.0",
"unzip": "^0.1.11",
"wait-on": "^2.0.1"
}
}