forked from balena-io-modules/node-docker-delta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 964 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
{
"name": "docker-delta",
"version": "2.2.11",
"description": "Generate binary filesystem diffs between docker images to speed up distribution",
"main": "lib/docker-delta",
"scripts": {
"prepare": "coffee -c lib",
"lint": "resin-lint lib",
"pretest": "npm run lint",
"test": "bash ./test.sh",
"versionist": "versionist"
},
"author": "Petros Angelatos",
"license": "Apache-2.0",
"devDependencies": {
"JSONStream": "^1.3.5",
"chai-events": "0.0.1",
"chai-stream": "0.0.0",
"coffee-script": "^1.10.0",
"event-stream": "3.3.5",
"gulp": "^3.9.0",
"gulp-coffee": "^2.2.0",
"gulp-util": "^3.0.6",
"mocha": "^3.4.2",
"mochainon": "^2.0.0",
"resin-lint": "^1.2.2",
"versionist": "^2.7.0"
},
"dependencies": {
"bluebird": "^3.5.4",
"docker-toolbelt": "^3.3.5",
"dockerode": "^2.5.8",
"readable-stream": "^2.1.2",
"tmp": "0.0.28",
"typed-error": "^2.0.0"
}
}