UNPKG

dockerode-ts

Version:
35 lines (34 loc) 796 B
{ "name": "dockerode-ts", "version": "0.3.2", "description": "Dockerode wrapped in TypeScript", "main": "index.js", "scripts": { "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/seikho/dockerode-ts.git" }, "keywords": [ "dockerode", "typescript", "docker" ], "author": "Carl Winkler", "license": "MIT", "bugs": { "url": "https://github.com/seikho/dockerode-ts/issues" }, "homepage": "https://github.com/seikho/dockerode-ts#readme", "dependencies": { "dockerode": "^2.3.0", "@types/node": "^6.0.35" }, "devDependencies": { "typescript": "^2.1.0-dev.20160818" }, "types": "./dockerode.d.ts" }