systeminformation/package.json
Sebastian Hildebrandt 4a56e44a86 1.0.7
2015-11-27 12:40:00 +01:00

38 lines
839 B
JSON

{
"name": "systeminformation",
"version": "1.0.7",
"description": "Simple system and OS information library",
"license": "MIT",
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
"homepage": "https://github.com/sebhilderandt/systeminformation",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"system information",
"sysinfo",
"os",
"linux",
"osx",
"cpu",
"memory",
"file system",
"network",
"processes",
"users",
"internet"
],
"repository": {
"type": "git",
"url": "https://github.com/sebhilderandt/systeminformation.git"
},
"dependencies": {
"request": "^2.61.0"
},
"engines": {
"node": ">=0.10"
},
"engineStrict": true
}