forked from binder-project/binder-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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",
"version": "1.0.13",
"description": "A Binder module that constructs Docker images from requirements files and optionally pushes them to a registry",
"main": "index.js",
"scripts": {
"test": "mocha test/all.js",
"start": "node start.js start",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/binder-project/binder-build"
},
"keywords": [
"binder",
"module",
"binder-build"
],
"author": "Andrew Osheroff <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/binder-project/binder-build/issues"
},
"homepage": "https://github.com/binder-project/binder-build",
"dependencies": {
"async": "^1.4.2",
"binder-build-core": "^1.0.1",
"binder-db": "^1.0.0",
"binder-logging": "^1.0.0",
"binder-module": "^1.0.1",
"binder-utils": "^1.0.0",
"commander": "^2.9.0",
"fs-extra": "^0.24.0",
"gunzip-maybe": "^1.3.1",
"inherits": "^2.0.1",
"jsonschema": "~1.0.2",
"lodash": "^4.3.0",
"mongoose": "^4.4.6",
"request": "^2.67.0",
"rimraf": "^2.5.3",
"shelljs": "^0.5.3",
"string-format": "^0.5.0",
"tar": "^2.2.1",
"tmp": "0.0.28",
"url-join": "0.0.1"
}
}