grunt-xml-and-xsd-validator
Version:
Grunt plugin to validate XML files and test if the documents are well-formed using a XSD schema
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "grunt-xml-and-xsd-validator",
"description": "Grunt plugin to validate XML files and test if the documents are well-formed using a XSD schema",
"version": "1.0.2",
"homepage": "https://github.com/illfang/grunt-xml-and-xsd-validator",
"author": {
"name": "Kevin Kratzer",
"email": "kratzer.kevin@gmail.com",
"url": "https://github.com/illfang"
},
"contributors": [{
"name": "Carlo",
"email": "carlo.panzi@gmail.com",
"url": "http://kajyr.github.io"
}],
"repository": {
"type": "git",
"url": "https://github.com/illfang/grunt-xml-and-xsd-validator.git"
},
"bugs": {
"url": "https://github.com/illfang/grunt-xml-and-xsd-validator/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.12.4"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.4",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-watch": "~0.6.1"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"keywords": [
"gruntplugin",
"validator",
"xml",
"xsd",
"schema",
"well-formed"
],
"dependencies": {
"xmldom": "0.1.19"
}
}