You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"name": "vitastor-mon",
|
|
"version": "1.0.0",
|
|
"description": "Vitastor SDS monitor service",
|
|
"main": "mon-main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Vitaliy Filippov",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"sprintf-js": "^1.1.2",
|
|
"ws": "^7.2.5"
|
|
}
|
|
}
|