node-xdt
Version:
Node.js module to transform Web.config(XML) using xdt(Microsoft Xml Document Transformation) — Edit
32 lines (31 loc) • 670 B
JSON
{
"name": "node-xdt",
"version": "1.2.1",
"description": "Node.js module to transform Web.config(XML) using xdt(Microsoft Xml Document Transformation) — Edit",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feiin/node-xdt.git"
},
"keywords": [
"xdt",
"XMLTransform",
"XDT",
"Transform"
],
"author": "feiin",
"license": "MIT",
"bugs": {
"url": "https://github.com/feiin/node-xdt/issues"
},
"homepage": "https://github.com/feiin/node-xdt#readme",
"dependencies": {
"chalk": "^1.1.3"
}
}