coreflow
Version:
manage docker and scale applications across servers
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "coreflow",
"version": "0.0.9",
"description": "manage docker and scale applications across servers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"start": "(dist/bin.js)"
},
"bin": {
"coreflow": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/coreflow.git"
},
"keywords": [
"CoreOS",
"schedule",
"unitfiles"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/coreflow/issues"
},
"homepage": "https://gitlab.com/pushrocks/coreflow#readme",
"devDependencies": {
"tapbundle": "^1.1.1"
},
"dependencies": {
"@types/lodash": "^4.14.69",
"@types/node": "^8.0.13",
"beautylog": "^6.1.10",
"dockersock": "^1.0.23",
"lodash": "^4.17.4",
"smartcli": "^2.0.7",
"smartfile": "^4.2.17",
"smartlodash": "^1.0.1",
"smartq": "^1.1.6",
"smartrequest": "^1.0.6",
"smartsocket": "^1.1.10",
"smartstring": "^2.0.24",
"typings-global": "^1.0.19"
}
}