UNPKG

cavalry

Version:
39 lines (38 loc) 837 B
{ "name": "cavalry", "version": "1.6.6", "description": "Basically Fleet without dnode.", "main": "index.coffee", "bin": "./index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec --compilers coffee:coffee-script/register" }, "repository": { "type": "git", "url": "https://github.com/davidbanham/cavalry.git" }, "keywords": [ "devops", "fleet", "paas" ], "author": "david@banham.id.au", "license": "BSD", "bugs": { "url": "https://github.com/davidbanham/cavalry/issues" }, "devDependencies": { "mocha": "~1.12.0", "request": "~2.22.0", "mkdirp": "~0.5.0" }, "dependencies": { "coffee-script": "^1.10.0", "findit": "^2.0.0", "gift": "^0.6.1", "mu2": "^0.5.20", "rimraf": "^2.4.3", "syslogh": "^1.2.0", "ws": "^0.8.0" } }