zabbix.js
Version:
Zabbix sender (via zabbix trapper protocol)
40 lines (39 loc) • 1.11 kB
JSON
{
"name": "zabbix.js",
"version": "1.1.2",
"description": "Zabbix sender (via zabbix trapper protocol)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/131/zabbix.js.git"
},
"keywords": [
"zabbix_sender",
"zabbix",
"trapper"
],
"author": "Francois Leurent <131.js@cloudyks.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/131/zabbix.js/issues"
},
"homepage": "https://github.com/131/zabbix.js#readme",
"dependencies": {
"ini": "^1.3.4",
"nyks": "^5.11.3"
},
"scripts": {
"eslint": "eslint index.js test",
"checkall": "npm run eslint",
"mocha": "mocha -b",
"cover": "nyc --temp-directory coverage/.nyc_output --reporter text-summary --reporter html --reporter lcov mocha",
"test": "npm run checkall && npm run cover",
"coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
},
"devDependencies": {
"eslint-plugin-ivs": "^2.1.0",
"expect.js": "^0.3.1",
"mocha": "^3.1.2",
"nyc": "^13.0.1"
}
}