@npm-wharf/fabrik8
Version:
provision a new Kubernetes cluster and deploy software to it from a single API
78 lines (77 loc) • 1.77 kB
JSON
{
"name": "@npm-wharf/fabrik8",
"version": "1.9.6",
"description": "provision a new Kubernetes cluster and deploy software to it from a single API",
"main": "lib/index.js",
"bin": {
"fabrik8": "bin/fabrik8.js"
},
"scripts": {
"lint": "standard --fix",
"pretest": "standard",
"test": "mocha test/**/*.test.js",
"coverage": "nyc npm test",
"continuous": "mocha test/*.test.js -w",
"release": "standard-version",
"standard": "standard --fix"
},
"repository": {
"type": "git",
"url": "git://github.com/npm-wharf/fabrik8.git"
},
"keywords": [
"kubernetes",
"provision",
"deploy"
],
"author": "Alex Robson",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm-wharf/fabrik8/issues"
},
"homepage": "https://github.com/npm-wharf/fabrik8#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"sinon": "^7.0.0",
"sinon-chai": "^3.2.0",
"standard": "^12.0.1",
"standard-version": "^6.0.1"
},
"dependencies": {
"@google-cloud/container": "^1.1.3",
"@npm-wharf/cluster-info-client": "^2.0.8",
"@npm-wharf/hikaru": "^1.16.0",
"@npm-wharf/kubeform": "^1.6.3",
"ajv": "^6.10.0",
"bistre": "^1.0.1",
"bole": "^3.0.2",
"chalk": "^2.4.1",
"dotenv": "^7.0.0",
"fast-deep-equal": "^2.0.1",
"fauxdash": "^1.4.0",
"inquirer": "^6.2.0",
"js-yaml": "^3.13.1",
"nunjucks": "^3.2.0",
"toml-j0.4": "^1.1.1",
"uuid": "^3.3.2",
"yargs": "^15.3.1"
},
"standard": {
"env": [
"mocha"
],
"global": [
"sinon",
"expect"
]
},
"nyc": {
"exclude": [
"test"
]
}
}