UNPKG

dockerfile-include

Version:

To add new instruction "include" for Dockerfile.

34 lines (33 loc) 723 B
{ "name": "dockerfile-include", "version": "1.0.7", "description": "To add new instruction \"include\" for Dockerfile.", "main": "index.js", "files": [ "bin", "index.js", "package.json" ], "bin": { "dockerfile-include": "bin/dockerfile-include.js" }, "scripts": { "test": "cd tests/unit ; mocha *.js" }, "keywords": [ "Dockerfile", "include" ], "author": "puritys.chen@gmail.com", "repository": { "type": "git", "url": "git@github.com:puritys/dockerfile-include.git" }, "homepage": "https://github.com/puritys/dockerfile-include", "license": "MIT", "dependencies": { "checksum": "^0.1.1", "commander": "^2.9.0", "fs-extra": "^1.0.0" } }