-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 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": "opal-docker",
"version": "0.0.1",
"description": "OPAL - Docker",
"scripts": {
"test": "jest --runInBand --verbose --useStderr"
},
"keywords": [
"opal",
"docker"
],
"contributors": [
"Axel Oehmichen <axelfrancois.oehmichen11@imperial.ac.uk>",
"Shubham Jain <shubhamjain0594@gmail.com>"
],
"license": "MIT",
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/OPAL-Project/OPAL-Docker.git"
},
"bugs": {
"url": "https://github.com/OPAL-Project/OPAL-Docker/issues"
},
"homepage": "https://github.com/OPAL-Project/OPAL-Docker#readme",
"devDependencies": {
"eslint": "5.1.0",
"jest": "23.4.1",
"request": "2.87.0",
"uuid": "3.3.2"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "1.3.5",
"eae-utils": "git+https://github.com/dsi-icl/eae-utils.git",
"body-parser": "1.18.3",
"mongodb": "2.2.35"
}
}