UNPKG

dcorefresh

Version:

Node based CLI tool for refreshing docker-compose services

41 lines (40 loc) 926 B
{ "name": "dcorefresh", "version": "0.5.0", "description": "Node based CLI tool for refreshing docker-compose services", "main": "index.js", "engines": { "node": ">= 8.0.0" }, "bin": { "dcorefresh": "bin/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/EliasJorgensen/dcorefresh.git" }, "keywords": [ "UI", "CLI", "NodeJS", "Docker", "docker-compose" ], "author": "Elias Jørgensen <eliaszakarias@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/EliasJorgensen/dcorefresh/issues" }, "homepage": "https://github.com/EliasJorgensen/dcorefresh#readme", "dependencies": { "chalk": "^2.1.0", "command-exists": "^1.2.2", "inquirer": "^3.3.0", "js-yaml": "^3.10.0", "listr": "^0.12.0", "yargs": "^9.0.1" } }