-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
49
50
51
{
"name": "image-builder",
"version": "4.6.2",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"101": "^1.2.0",
"async": "^1.4.2",
"aws-sdk": "^2.2.9",
"bluebird": "^3.5.0",
"colors": "^1.0.3",
"dockerode": "^2.2.10",
"dockerode-authconfig": "^1.0.1",
"error-cat": "^1.4.1",
"escape-regex-string": "^1.0.4",
"fs-transform": "^3.2.4",
"lockfile": "^1.0.0",
"minimist": "^1.2.0",
"mississippi": "^1.2.0",
"mkdirp": "^0.5.1",
"node-vault": "^0.5.6",
"tar-fs": "^1.5.0"
},
"devDependencies": {
"callback-count": "^0.2.0",
"code": "^1.3.0",
"docker-mock": "^5.0.2",
"jshint": "^2.6.0",
"lab": "^6.2.0",
"nock": "^2.15.0",
"sinon": "^1.17.1",
"sinon-as-promised": "^4.0.3"
},
"scripts": {
"test": "./node_modules/.bin/lab --verbose --coverage --threshold 93",
"lint": "./node_modules/.bin/jshint --verbose ."
},
"repository": {
"type": "git",
"url": "https://github.com/CodeNow/image-builder.git"
},
"author": "Bryan Kendall <bryan@runnable.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeNow/image-builder/issues"
},
"homepage": "https://github.com/CodeNow/image-builder"
}