UNPKG

1.02 kBJSONView Raw
1{
2 "name": "node-docker-api",
3 "version": "1.0.11",
4 "description": "Docker Remote API driver for node",
5 "main": "./lib/docker",
6 "scripts": {
7 "test": "chmod +x test.sh; ./test.sh",
8 "gendoc": "./node_modules/jsdox/bin/jsdox --output docs src",
9 "build": "./node_modules/babel-cli/bin/babel.js src --presets babel-preset-es2015 --out-dir lib"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/AgustinCB/docker-api.git"
14 },
15 "keywords": [
16 "docker",
17 "api",
18 "node"
19 ],
20 "author": "AgustinCB",
21 "license": "\tGPL-2.0",
22 "bugs": {
23 "url": "https://github.com/AgustinCB/docker-api/issues"
24 },
25 "homepage": "https://github.com/AgustinCB/docker-api#readme",
26 "devDependencies": {
27 "babel-cli": "^6.14.0",
28 "babel-core": "^6.14.0",
29 "babel-preset-es2015": "^6.9.0",
30 "chai": "^3.5.0",
31 "jsdox": "^0.4.10",
32 "mocha": "^2.5.3",
33 "standard": "^7.1.2"
34 },
35 "dependencies": {
36 "docker-modem": "^0.3.1",
37 "memorystream": "^0.3.1"
38 }
39}