blob: 840f716cab37807b2e2d4dae0c6de70a927ad63b [file] [log] [blame]
{
"name": "analyze-jenkins-logs",
"version": "1.0.0",
"description": "Analyzes Jenkins logs for failures",
"main": "index.js",
"bin": {
"analyze-jenkins-logs": "./bin/analyze-jenkins-logs"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/couchdb.git"
},
"author": "The Apache CouchDB contributors",
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.0.0",
"jsonfile": "^2.2.3",
"lodash": "^4.5.1"
}
}