rabbix
Version:
ETL tool that allows you to visualize the health of Zabbix data in Refocus
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "rabbix",
"version": "0.0.1",
"description": "ETL tool that allows you to visualize the health of Zabbix data in Refocus",
"main": "index.js",
"scripts": {
"build": "babel --presets 'flow' src/ -d lib/",
"cb": "checkbashisms ./tasks/test.sh; exit 0",
"sc": "shellcheck -s bash -Calways ./tasks/test.sh",
"flow": "flow",
"pretest": "npm run cb && npm run sc && npm run flow",
"test": "bash ./tasks/test.sh",
"up": "npm-check -u -E && rm -rf ./node_modules package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sumitgoelpw/rabbix.git"
},
"keywords": [
"Zabbix",
"Refocus"
],
"author": {
"name": "Sumit Goel"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sumitgoelpw/rabbix/issues"
},
"homepage": "https://github.com/sumitgoelpw/rabbix#readme",
"dependencies": {},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-preset-flow": "6.23.0",
"chai": "4.0.2",
"chai-as-promised": "7.1.1",
"coveralls": "2.13.1",
"eslint": "4.2.0",
"eslint-config-sumitgoelpw": "1.0.6",
"eslint-plugin-flowtype": "2.34.1",
"flow-bin": "0.49.1",
"istanbul": "0.4.5",
"mocha": "3.4.2",
"mocha-lcov-reporter": "1.3.0",
"npm-check": "5.4.4",
"nsp": "2.6.3"
},
"eslintConfig": {
"extends": [
"plugin:flowtype/recommended",
"sumitgoelpw"
],
"plugins": [
"flowtype"
]
}
}