blob: c706ba65ac416e3612f8e5458d6cfc1daf5ce2c1 [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://gitbox.apache.org/repos/asf/couchdb.git"
},
"author": "The Apache CouchDB contributors",
"license": "Apache-2.0",
"dependencies": {
"glob": "^7.0.0",
"jsonfile": "^2.2.3",
"lodash": "^4.5.1"
}
}