UNPKG

node-docker-api

Version:
40 lines (39 loc) 1.02 kB
{ "name": "node-docker-api", "version": "1.1.0", "description": "Docker Remote API driver for node", "main": "./lib/docker", "scripts": { "test": "chmod +x test.sh; ./test.sh", "gendoc": "./node_modules/jsdox/bin/jsdox --output docs src", "build": "./node_modules/babel-cli/bin/babel.js src --presets babel-preset-es2015 --out-dir lib" }, "repository": { "type": "git", "url": "git+https://github.com/AgustinCB/docker-api.git" }, "keywords": [ "docker", "api", "node" ], "author": "AgustinCB", "license": "\tGPL-2.0", "bugs": { "url": "https://github.com/AgustinCB/docker-api/issues" }, "homepage": "https://github.com/AgustinCB/docker-api#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-core": "^6.14.0", "babel-preset-es2015": "^6.9.0", "chai": "^3.5.0", "jsdox": "^0.4.10", "mocha": "^2.5.3", "standard": "^7.1.2" }, "dependencies": { "docker-modem": "^0.3.1", "memorystream": "^0.3.1" } }