containership
Version:
A simple container management platform
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "containership",
"version": "1.8.1-hotfix-1",
"description": "A simple container management platform",
"main": "index.js",
"scripts": {
"test": "mocha",
"postinstall": "containership.analytics segment",
"lint": "eslint ."
},
"author": "ContainerShip Developers <developers@containership.io>",
"license": "GPL-3.0",
"keywords": [
"simple",
"easy",
"containership",
"distributed",
"docker",
"container",
"deployment",
"management"
],
"repository": {
"type": "git",
"url": "https://github.com/containership/containership.git"
},
"bugs": {
"url": "https://github.com/containership/containership/issues"
},
"homepage": "https://github.com/containership/containership",
"dependencies": {
"async": "^0.9.0",
"c2c": "^0.1.4",
"colors": "^0.6.2",
"containership.analytics": "^0.1.3",
"containership.api": "^2.0.4",
"containership.core": "^2.0.1-hotfix-1",
"containership.scheduler": "1.6.9",
"flat": "1.5.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.1",
"nomnom": "^1.8.1",
"npm": "^2.2.0",
"request": "^2.71.0",
"sprintf-js": "0.0.7"
},
"devDependencies": {
"eslint": "^3.0.0",
"mocha": "^2.3.4"
},
"bin": {
"containership": "./index.js",
"cs": "./index.js"
}
}