UNPKG

dlay

Version:

Dlay.io CLI for hybrid workers and job deployment

34 lines (33 loc) 688 B
{ "name": "dlay", "version": "0.0.2", "preferGlobal": true, "description": "Dlay.io CLI for hybrid workers and job deployment", "bin": "bin/dlay", "scripts": { "test": "mocha spec" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/dlay-io/dlay-cli.git" }, "keywords": [ "dlay", "cli", "workers", "jobs", "schedulement", "api" ], "author": "dlay@dlay.io", "license": "ISC", "bugs": { "url": "https://github.com/dlay-io/dlay-cli/issues" }, "homepage": "https://github.com/dlay-io/dlay-cli#readme", "dependencies": { "commander": "^2.19.0", "dlay-core": "^2.0.1", "mocha": "^5.2.0" } }