libxml-xsd
Version:
XSD validator based on libxml
38 lines (37 loc) • 846 B
JSON
{
"name": "libxml-xsd",
"version": "0.5.2",
"description": "XSD validator based on libxml",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"docs": "jsdoc2md index.js --template readme.hbs > README.md"
},
"keywords": [
"xsd",
"xml",
"schema",
"validation",
"libxml"
],
"author": "Alban Mouton <alban.mouton@gmail.com>",
"homepage": "https://github.com/albanm/node-libxml-xsd",
"bugs": {
"url": "https://github.com/albanm/node-libxml-xsd/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/albanm/node-libxml-xsd.git"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.2.1",
"libxmljs-mt": "0.16.1",
"nan": "^2.1.0"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4",
"jsdoc-to-markdown": "^0.5.7"
}
}