UNPKG

navy

Version:

Quick and powerful development environments using Docker and Docker Compose

53 lines (52 loc) 1.29 kB
{ "name": "navy", "version": "6.0.0", "description": "Quick and powerful development environments using Docker and Docker Compose", "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "navy": "./bin/navy.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/moneyhub/navy.git" }, "keywords": [ "docker", "environment" ], "author": "Moneyhub Financial Technology Ltd", "license": "MIT", "bugs": { "url": "https://github.com/moneyhub/navy/issues" }, "homepage": "https://github.com/moneyhub/navy#readme", "dependencies": { "@babel/runtime": "^7", "bluebird": "^3.7.2", "chalk": "^1.1.3", "cli-spinners": "^2.6.1", "commander": "^2.20.3", "debug": "^2.2.0", "dockerode": "^3.3.1", "eventemitter2": "^6.4.5", "inquirer": "^7.3.3", "invariant": "^2.2.4", "js-yaml": "^3.14.1", "lodash": "^4.17.21", "mkdirp": "^0.5.5", "node-fetch": "^2.6.5", "node-forge": "^1.3.0", "opn": "^5.5.0", "pad": "^3.2.0", "promise-retry": "^1.1.1", "ramda": "^0.28.0", "resolve": "^1.20.0", "rimraf": "^2.7.1", "strip-ansi": "^3.0.1", "www-authenticate": "^0.6.3" } }