systeminformation/package.json
Sebastian Hildebrandt 9418044263 3.11.1
2016-11-16 10:04:17 +01:00

51 lines
1.0 KiB
JSON

{
"name": "systeminformation",
"version": "3.11.1",
"description": "Simple system and OS information library",
"license": "MIT",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://github.com/sebhildebrandt/systeminformation",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"system information",
"sysinfo",
"monitor",
"monitoring",
"os",
"linux",
"osx",
"cpu",
"cpuload",
"memory",
"file system",
"fsstats",
"diskio",
"netstats",
"network",
"network connections",
"processes",
"users",
"internet",
"battery",
"docker",
"graphics",
"graphic card",
"graphic controller",
"display"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhildebrandt/systeminformation.git"
},
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=4.0.0"
}
}