node-wmic
Version:
A Node.js wrapper around the WMIC
22 lines (21 loc) • 465 B
JSON
{
"name": "node-wmic",
"version": "2.0.0",
"description": "A Node.js wrapper around the WMIC",
"dependencies": {
"iconv-lite": "^0.4.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ruiming/node-wmic.git"
},
"keywords": [
"wmic"
],
"author": "ruiming",
"license": "ISC",
"bugs": {
"url": "https://github.com/ruiming/node-wmic/issues"
},
"homepage": "https://github.com/ruiming/node-wmic#readme"
}