1.0.1
This commit is contained in:
parent
d9d1be4e86
commit
b76d46ddea
68
package.json
68
package.json
@ -1,36 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name": "systeminformation",
|
"name": "systeminformation",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Simple system and OS information library",
|
"description": "Simple system and OS information library",
|
||||||
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
|
"author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",
|
||||||
"homepage": "https://github.com/sebhilderandt/systeminformation",
|
"homepage": "https://github.com/sebhilderandt/systeminformation",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"keywords" : [
|
"keywords": [
|
||||||
"system information",
|
"system information",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"os",
|
"os",
|
||||||
"linux",
|
"linux",
|
||||||
"osx",
|
"osx",
|
||||||
"cpu",
|
"cpu",
|
||||||
"memory",
|
"memory",
|
||||||
"file system",
|
"file system",
|
||||||
"network",
|
"network",
|
||||||
"processes",
|
"processes",
|
||||||
"users",
|
"users",
|
||||||
"internet"
|
"internet"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebhilderandt/systeminformation.git"
|
"url": "https://github.com/sebhilderandt/systeminformation.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"request": "*"
|
"request": "*"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
"engineStrict": true
|
"engineStrict": true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user