16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"name": "wmic",
|
|
"version": "0.0.7",
|
|
"description": "Wrapper around the WMIC Windows command interface.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"async": ""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|