UNPKG

@vearthtek/libxslt

Version:

[Fork] Node.js bindings for libxslt compatible with libxmljs

43 lines (42 loc) 1.05 kB
{ "name": "@vearthtek/libxslt", "version": "0.10.3", "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", "install": "node-gyp rebuild" }, "keywords": [ "xml", "xsl", "xslt", "libxslt", "bindings" ], "author": "Alban Mouton <alban.mouton@gmail.com>", "homepage": "https://github.com/Vearthtek/node-libxslt", "contributors": [ "Rui Azevedo <ruihfazevedo@gmail.com> (http://www.r-site.net/)" ], "bugs": { "url": "https://github.com/Vearthtek/node-libxslt/issues" }, "repository": { "type": "git", "url": "git+https://github.com/Vearthtek/node-libxslt.git" }, "license": "MIT", "dependencies": { "bindings": "^1.5.0", "nan": "~2.20.0", "@vearthtek/libxmljs": "1.0.9" }, "devDependencies": { "async": "~3.2.0", "jsdoc-to-markdown": "^7.0.1", "mocha": "^9.0.2", "should": "~13.2.3" } }