containership.plugin.cloud
Version:
Offical plugin for interacting with ContainerShip Cloud
54 lines (53 loc) • 1.65 kB
JSON
{
"name": "containership.plugin.cloud",
"version": "0.17.1",
"description": "Offical plugin for interacting with ContainerShip Cloud",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "echo \"Running lint tests...\n\" && ./node_modules/.bin/eslint .",
"dependency-check": "echo \"Running dependency checks...\n\" && ./node_modules/.bin/depcheck . --ignores depchecks,yargs"
},
"author": "ContainerShip Developers <developers@containership.io>",
"license": "GPL-3.0",
"dependencies": {
"@containership/containership.cloud.constants": "^1.1.9",
"async": "^0.9.0",
"aws-sdk": "^2.1.21",
"chalk": "^1.1.3",
"cli-table2": "^0.2.0",
"colors": "^1.1.2",
"containership.plugin": "^0.3.0",
"flat": "^2.0.1",
"github": "^2.1.0",
"glob": "^7.0.3",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"myriad-kv-client": "^0.5.0",
"node-schedule": "^1.2.0",
"prompt": "^1.0.0",
"request": "^2.54.0",
"semver": "^5.0.3",
"sprintf-js": "^1.0.3",
"tar": "^2.2.1",
"tar-fs": "^1.5.0",
"tesserarius": "^0.3.1"
},
"keywords": [
"containership",
"cloud"
],
"repository": {
"type": "git",
"url": "https://github.com/containership/containership.plugin.cloud.git"
},
"bugs": {
"url": "https://github.com/containership/containership.plugin.cloud/issues"
},
"homepage": "https://github.com/containership/containership.plugin.cloud",
"devDependencies": {
"@containership/eslint-config-containership.eslint.backend": "^1.0.0",
"depcheck": "^0.6.7",
"eslint": "^4.5.0"
}
}