tellki-agent
Version:
The monitoring agent for Tellki - an IT monitoring and management cloud service.
25 lines • 764 B
JSON
{
"author": "guberni",
"name": "tellki-agent",
"description": "The monitoring agent for Tellki - an IT monitoring and management cloud service.",
"version": "0.2.10",
"main": "agent.js",
"js-flags": "--expose-gc",
"keywords": ["tellki","monitor","agent","web socket","administration", "real time", "actions", "scripts", "remote", "local"],
"homepage": "www.tellki.com",
"repository" : {
"type" : "git", "url" : "https://github.com/tellkiApp/tellki-agent.git" },
"main": "./lib/agent",
"bin": {
"tellkiagent": "./bin/tellkiagent",
"tellkiagent-setup": "./bin/tellkiagent-setup"
},
"dependencies": {
"sockjs-client": "0.1.3",
"adm-zip": "0.4.7",
"npm": "2.6.1"
},
"engines": {
"node": "*"
}
}