quickstatus/package.json

17 lines
328 B
JSON
Raw Normal View History

2019-03-01 19:44:08 +00:00
{
"name": "quickstatus",
"version": "1.0.0",
"description": "Get system status in JSON format",
"main": "server.js",
"scripts": {
"start": "node server.js",
"output": "node system.js"
},
"private": true,
"license": "CC0",
"dependencies": {
"express": "^4.16.4",
"node-os-utils": "^1.0.7"
}
}