-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 927 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
43
44
45
46
{
"name": "ms-wmic",
"version": "1.0.4",
"description": "A Node.js wrapper for Microsoft Windows' WMIC",
"license": "MIT",
"homepage": "https://github.com/mjhasbach/node-ms-wmic",
"keywords": [
"Microsoft",
"Windows",
"wmi",
"wmic",
"process",
"get",
"list",
"property",
"call",
"terminate"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mjhasbach/node-ms-wmic.git"
},
"author": {
"name": "Matthew Hasbach",
"email": "[email protected]",
"url": "https://github.com/mjhasbach"
},
"main": "lib/ms-wmic.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"async": "~1.2.1",
"csv": "~0.4.0",
"lodash": "~3.9.3"
},
"devDependencies": {
"release-script": "0.2.5"
},
"bugs": {
"url": "https://github.com/mjhasbach/node-ms-wmic/issues"
},
"scripts": {
"release": "release"
}
}