systeminformation/package.json
Sebastian Hildebrandt 311958cb79 3.0.0
2016-08-03 09:08:37 +02:00

40 lines
842 B
JSON

{
"name": "systeminformation",
"version": "3.0.0",
"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",
"memory",
"file system",
"network",
"processes",
"users",
"internet"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhildebrandt/systeminformation.git"
},
"os": [
"darwin",
"linux"
],
"engines": {
"node": ">=4.0.0"
}
}