vitastor/mon/package.json

16 lines
334 B
JSON
Raw Normal View History

2020-05-12 17:49:18 +03:00
{
2020-08-03 23:50:50 +03:00
"name": "vitastor-mon",
2020-05-12 17:49:18 +03:00
"version": "1.0.0",
2020-08-03 23:50:50 +03:00
"description": "Vitastor SDS monitor service",
2020-07-06 00:00:56 +03:00
"main": "mon-main.js",
2020-05-12 17:49:18 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vitaliy Filippov",
"license": "UNLICENSED",
"dependencies": {
2020-10-01 02:33:48 +03:00
"sprintf-js": "^1.1.2",
2020-05-12 17:49:18 +03:00
"ws": "^7.2.5"
}
}