UNPKG

beekeeper-util

Version:

CLI utility for managing the beekeeper-service

85 lines (84 loc) 2.25 kB
{ "name": "beekeeper-util", "version": "10.0.0", "description": "CLI utility for managing the beekeeper-service", "keywords": [ "beekeeper" ], "homepage": "https://github.com/octoblu/beekeeper-util", "bugs": "https://github.com/octoblu/beekeeper-util/issues", "author": { "name": "Octoblu", "url": "https://github.com/octoblu" }, "bin": { "beekeeper-configure": "./command-configure.js", "beekeeper-delete": "./command-delete.js", "beekeeper-get": "./command-get.js", "beekeeper-status-notify": "./command-status-notify.js", "beekeeper-status": "./command-status.js", "beekeeper-tag": "./command-tag.js", "beekeeper-update": "./command-update.js", "beekeeper-webhook": "./command-webhook.js", "beekeeper": "./command.js", "bk": "./command.js", "bsn": "./command-status-notify.js", "bs": "./command-status.js" }, "repository": { "type": "git", "url": "https://github.com/octoblu/beekeeper-util.git" }, "scripts": { "start": "node command.js", "test": "mocha", "coverage": "nyc npm test", "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json", "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-" }, "dependencies": { "@octoblu/docker-hub-api": "^1.0.2", "async": "^2.4.1", "cli-clear": "^1.0.4", "coffee-script": "^1.12.6", "colors": "^1.1.2", "commander": "^2.10.0", "debug": "^2.6.8", "find-versions": "^2.0.0", "fs-extra": "^4.0.1", "git-toplevel": "^1.1.1", "lodash": "^4.17.4", "moment": "^2.18.1", "node-notifier": "^5.1.2", "node-yaml": "^3.1.0", "prompt-confirm": "^1.2.0", "request": "^2.81.0" }, "devDependencies": { "chai": "^4.0.2", "coffee-coverage": "^2.0.1", "mocha": "^3.4.2", "mocha-multi": "^0.11.0", "mocha-osx-reporter": "^0.1.2", "nyc": "^11.0.2", "sinon": "^2.3.5", "sinon-chai": "^2.11.0" }, "peerDependencies": {}, "engines": { "node": ">=5.0.0", "npm": ">=3.0.0" }, "license": "MIT", "nyc": { "cache": true, "reporter": [ "text-summary", "lcov", "json" ], "extension": [ ".coffee" ] } }