-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 966 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
{
"name": "test-bed",
"version": "0.0.1",
"description": "A docker environment to quickly create an environment to test solutions in the crisis management domain.",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"local": "docker-compose -f docker/local/docker-compose.yml up -d",
"up": "docker-compose -f docker/local/docker-compose.yml up -d",
"down": "docker-compose -f docker/local/docker-compose.yml down",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRIVER-EU/test-bed.git"
},
"keywords": [
"docker",
"crisis",
"management",
"test-bed",
"apache",
"kafka"
],
"author": "Erik Vullings <[email protected]> (http://www.tno.nl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DRIVER-EU/test-bed/issues"
},
"homepage": "https://github.com/DRIVER-EU/test-bed#readme"
}