-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 872 Bytes
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
{
"name": "typed-dockerode",
"version": "2.3.1",
"description": "Type definitions for https://github.com/apocas/dockerode",
"author": "typed-contrib",
"license": "MIT",
"homepage": "https://github.com/typed-contrib/dockerode#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/dockerode.git"
},
"bugs": {
"url": "https://github.com/typed-contrib/dockerode/issues"
},
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "typings install && cd test && typings install",
"test": "tsc -p test"
},
"keywords": [
"typings",
"definitions",
"typescript",
"docker",
"remote",
"api",
"container",
"service",
"volume",
"typed-contrib",
"typed",
"tsd"
],
"devDependencies": {
"typings": "^1.0.4",
"typescript": "^2.0.3"
}
}