-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 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
{
"name": "testkit-on-docker",
"version": "0.1.10",
"description": "Docker...for testing",
"main": "target/js/main/index.js",
"author": "Dirk Louwers",
"keywords": [
"docker",
"integration",
"testing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/dlouwers/node-docker-testkit"
},
"license": "Apache-2.0",
"files": "target/js/main",
"typings": "target/typings",
"tonicExample": "var DockerTestKit = require('docker-testkit');",
"devDependencies": {
"chai": "^3.4.1",
"del": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-mocha": "^2.1.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-tsd": "0.0.4",
"gulp-typescript": "^2.9.2",
"merge2": "^0.3.6",
"mocha": "^2.3.3",
"source-map-support": "^0.3.3"
},
"dependencies": {
"dockerode": "^2.2.3",
"q": "^1.4.1"
}
}