UNPKG

strong-docker-build

Version:

Build a Docker image of an app run under strong-supervisor

43 lines (42 loc) 1.05 kB
{ "name": "strong-docker-build", "version": "1.1.1", "description": "Build a Docker image of an app run under strong-supervisor", "bin": { "sl-docker-build": "bin/sl-docker-build.js" }, "main": "index.js", "scripts": { "pretest": "eslint . && jscs .", "test": "tap --coverage --coverage-report=cobertura --timeout 300 test/test-*" }, "repository": { "type": "git", "url": "git@github.com:strongloop/strong-docker-build.git" }, "keywords": [ "strongloop", "build", "deploy", "docker" ], "author": "StrongLoop <engineering@strongloop.com>", "license": "Artistic-2.0", "bugs": { "url": "https://github.com/strongloop/strong-docker-build/issues" }, "homepage": "https://github.com/strongloop/strong-docker-build", "devDependencies": { "eslint": "^0.22.1", "jscs": "^1.12.0", "tap": "^1.2.0" }, "dependencies": { "async": "^1.2.1", "dockerode": "^2.1.1", "fstream-npm": "^1.0.2", "lodash": "^3.9.3", "tar": "^2.0.0", "through": "^2.3.7" } }