cozy-monitor
Version:
Tool to manage you Cozy Platform from the command line.
46 lines (45 loc) • 979 B
JSON
{
"name": "cozy-monitor",
"version": "1.1.22",
"description": "Tool to manage you Cozy Platform from the command line.",
"author": "Cozy Cloud <contact@cozycloud.cc> (http://cozycloud.cc)",
"licenses": [
{
"type": "LGPL v3",
"url": "http://www.gnu.org/licenses/lgpl-3.0.html"
}
],
"main": "./lib/main",
"scripts": {
"prepublish": "cake build"
},
"bin": {
"cozy-monitor": "./bin/cozy-monitor"
},
"repository": {
"type": "git",
"url": "https://github.com/mycozycloud/cozy-monitor"
},
"keywords": [
"deploy",
"cozy",
"web",
"paas",
"application"
],
"engines": {
"node": "0.8 || 0.9 || 0.10"
},
"dependencies": {
"coffee-script": "~1.4.0",
"commander": "=1.0.5",
"async": "=0.1.22",
"request-json": "=0.3.3",
"colors": "=0.6.0-1",
"axon": "~0.6.1",
"cozy-clients": "=0.8.1",
"shelljs": "^0.3.0",
"always-tail": "^0.1.1"
},
"devDependencies": {}
}