dismjs
Version:
A NPM module to manipulate the "Deployment Image Servicing and Management" tool.
26 lines (25 loc) • 599 B
JSON
{
"name": "dismjs",
"version": "1.0.0",
"description": "A NPM module to manipulate the \"Deployment Image Servicing and Management\" tool.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuellouf/dismjs.git"
},
"keywords": [
"DISM",
"dism",
"Windows",
"WIM"
],
"author": "SamuelLouf",
"license": "MIT",
"bugs": {
"url": "https://github.com/samuellouf/dismjs/issues"
},
"homepage": "https://github.com/samuellouf/dismjs#readme"
}