-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "wmic-sys-info",
"version": "0.1.3",
"description": "Get wmic system information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gpu",
"cpu",
"ram",
"os",
"mouse",
"keyboard",
"soundcard",
"hdd",
"windows",
"nvidia-smi",
"network"
],
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nrpatten/wmic-sys-info.git"
},
"bugs": {
"url": "https://github.com/nrpatten/wmic-sys-info/issues"
},
"homepage": "https://github.com/nrpatten/wmic-sys-info",
"author": "Nathan Patten (NRPatten)",
"license": "MIT",
"dependencies": {},
"os": [
"win32"
],
"engines": {
"node": ">=4.0.0"
}
}