-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 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
44
45
46
47
48
{
"name": "binder-build-core",
"version": "1.0.16",
"description": "Logic for converting a directory containing dependency files into a Binder-compatible Docker image",
"main": "index.js",
"scripts": {
"test": "node test/all.js",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binder-project/binder-build-core.git"
},
"directories": [
"config",
"dependencies",
"util"
],
"keywords": [
"binder",
"docker",
"reproducibility",
"data",
"code"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/binder-project/binder-build-core/issues"
},
"dependencies": {
"async": "~1.4.2",
"binder-logging": "^1.0.0",
"dockerode": "~2.2.3",
"eventemitter2": "~0.4.14",
"fs-extra": "~0.24.0",
"js-yaml": "~3.4.2",
"jsdoc": "~3.3.3",
"jsonschema": "~1.0.2",
"lodash": "~4.6.0",
"request": "^2.65.0",
"rimraf": "^2.5.2",
"shelljs": "^0.6.0",
"string-format": "~0.5.0",
"tar-fs": "~1.8.1",
"tmp": "0.0.28"
}
}