prometheus-act-exporter/package.json

25 lines
672 B
JSON
Raw Normal View History

2018-06-02 20:37:29 +00:00
{
"name": "prometheus-act-exporter",
2019-03-14 02:38:39 +00:00
"version": "2.0.2",
2018-06-04 07:53:04 +00:00
"description": "Exports ACT Fibernet data usage as prometheus metrics",
2018-06-02 20:37:29 +00:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["actcorp", "balance", "flexibyte"],
"repository": {
"type": "git",
"url": "git+ssh://git@git.captnemo.in/nemo/prometheus-act-exporter.git"
},
"bugs": {
"url": "https://git.captnemo.in/nemo/prometheus-act-exporter/issues"
},
2018-06-02 20:37:29 +00:00
"author": "Nemo <npm@captnemo.in>",
"license": "WTFPL",
2018-06-02 20:37:29 +00:00
"dependencies": {
"containerized": "^1.0.2",
2018-06-30 21:47:18 +00:00
"prom-client": "^11.1.0",
2019-03-14 02:37:19 +00:00
"puppeteer-core": "^1.8.0"
2018-06-02 20:37:29 +00:00
}
}