gulp-jshint-xml-file-reporter
Version:
A JSHint reporter to be used with gulp-jshint that will provide XML (i.e. checkstyle and junit), that can be used by CI tools such as jenkins
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "gulp-jshint-xml-file-reporter",
"version": "0.5.1",
"description": "A JSHint reporter to be used with gulp-jshint that will provide XML (i.e. checkstyle and junit), that can be used by CI tools such as jenkins",
"author": {
"name": "Lourenzo Ferreira",
"email": "lourenzo@gmail.com",
"url": "http://lourenzo.blog.br"
},
"contributors": [
{ "name": "Aaron Faber", "email": "aaron.jack.faber@gmail.com", "url": "https://github.com/shnist" },
{ "name": "Ian Huntington", "url": "https://github.com/ihuntington" }
],
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lourenzo/gulp-jshint-xml-file-reporter.git"
},
"keywords": [
"gulp",
"jshint",
"jslint",
"checkstyle",
"junit",
"integration",
"xml",
"ci",
"jenkins"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lourenzo/gulp-jshint-xml-file-reporter/issues"
},
"homepage": "https://github.com/lourenzo/gulp-jshint-xml-file-reporter",
"peerDependencies": {
"gulp": "*",
"gulp-jshint": "*"
},
"devDependencies": {
"gulp-jshint": "1.9.0",
"mocha": "2.1.0",
"should": "4.6.3"
}
}