UNPKG

p42

Version:

CLI wrapper for using Docker with Swarm.

42 lines (41 loc) 966 B
{ "name": "p42", "version": "1.2.0", "description": "CLI wrapper for using Docker with Swarm.", "files": [ "completions", "libexec", "lib", "share" ], "bin": { "p42": "libexec/p42" }, "scripts": { "test": "coffee -o lib/ -c src/*.*coffee && coffee test/test.coffee", "prepublish": "coffee -o lib/ -c src/*.*coffee", "postpublish": "(node_modules/.bin/json -f package.json version | xargs -I version git tag -am version version) && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/pandastrike/p42.git" }, "keywords": [ "Docker", "Swarm", "CLI" ], "author": "Dan Yoder", "license": "ISC", "bugs": { "url": "https://github.com/pandastrike/p42/issues" }, "homepage": "https://github.com/pandastrike/p42#readme", "devDependencies": { "json": "^9.0.3" }, "dependencies": { "fairmont": "^1.0.0-beta-40", "js-yaml": "^3.5.3" } }