node10-libxslt
Version:
[Fork] Node.js bindings for libxslt compatible with libxmljs
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "node10-libxslt",
"version": "1.0.0",
"description": "[Fork] Node.js bindings for libxslt compatible with libxmljs",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"docs": "jsdoc2md index.js --template readme.hbs > README.md"
},
"keywords": [
"xml",
"xsl",
"xslt",
"libxslt",
"bindings"
],
"author": "Alban Mouton <alban.mouton@gmail.com>",
"homepage": "https://github.com/renanccastro/node-libxslt",
"contributors": [
"Rui Azevedo <ruihfazevedo@gmail.com> (http://www.r-site.net/)"
],
"bugs": {
"url": "https://github.com/renanccastro/node-libxslt/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/renanccastro/node-libxslt.git"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.3.0",
"node1-libxmljsmt": "1.0.0",
"nan": "~2.14.0"
},
"devDependencies": {
"async": "~0.9.0",
"jsdoc-to-markdown": "^0.5.7",
"mocha": "^1.21.4",
"should": "~4.0.4"
}
}