berlioz
Version:
Berlioz - cloud deployment and migration services
106 lines (105 loc) • 2.55 kB
JSON
{
"name": "berlioz",
"version": "1.0.238",
"description": "Berlioz - cloud deployment and migration services",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./scripts/postinstall.js"
},
"files": [
"bin",
"lib",
"scripts/postinstall.js",
"package.json",
"README.md",
"LICENSE"
],
"dependencies": {
"archiver": "^2.1.1",
"aws-arn-parser": "^1.0.1",
"aws-sdk": "^2.485.0",
"aws-sdk-wrapper": "^1.1.103",
"awscred": "^1.4.2",
"berlioz-gcp-sdk": "^1.0.62",
"child-process-promise": "^2.2.1",
"chrome-launcher": "^0.10.7",
"cli-table": "^0.3.1",
"cross-spawn": "^6.0.5",
"date-diff": "^0.1.3",
"dockerode": "^2.5.8",
"durations": "^3.4.1",
"execa": "^1.0.0",
"file-scanner": "^0.0.3",
"ip": "^1.1.5",
"js-yaml": "^3.13.1",
"keypair": "^1.0.1",
"memory-stream": "0.0.3",
"mkdirp": "^0.5.1",
"nodejs-fs-utils": "^1.1.2",
"pretty-ms": "^3.1.0",
"processing-tools": "^1.0.125",
"prompt": "^1.0.0",
"public-ip": "^3.1.0",
"recursive-copy": "^2.0.10",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rubenhak-shelljs": "^0.8.3",
"slash": "^2.0.0",
"string-builder": "^0.1.6",
"stringbuilder": "0.0.11",
"the-lodash": "^1.0.14",
"the-logger": "^1.1.20",
"the-promise": "^1.1.4",
"tmp": "0.0.33",
"url-parse": "^1.4.7",
"vorpal": "^1.12.0",
"wildcard": "^1.1.2",
"word-wrap": "^1.2.3",
"wordwrap": "^1.0.0",
"@hapi/joi": "^15.1.0",
"nanoid": "^2.0.3",
"nanoid-dictionary": "^2.0.0",
"optional-require": "^1.0.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"uuid": "^3.3.2"
},
"bin": {
"berlioz": "./bin/berlioz.js",
"berlioz-debug": "./bin/debug.js"
},
"author": "berlioz",
"license": "Apache-2.0",
"homepage": "https://github.com/berlioz-the/berlioz.git#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/berlioz-the/berlioz.git"
},
"keywords": [
"berlioz",
"berlioz.cloud",
"berlioz framework",
"microservices",
"container",
"docker",
"gcp",
"google cloud platform",
"aws",
"amazon",
"cloud",
"deployment",
"delivery",
"ci/cd",
"provision",
"orchestration",
"orchestrator",
"container orchestration"
],
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3",
"the-logger": "^1.1.20"
}
}