cozy-monitor
Version:
Tool to manage cozy instance internally
38 lines (37 loc) • 760 B
JSON
{
"name": "cozy-monitor",
"version": "1.1.14",
"description": "Tool to manage cozy instance internally",
"license": "GPL v3",
"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",
"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"
},
"devDependencies": {},
"author": "Cozy Cloud"
}