forked from juhovh/mocha-jenkins-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 802 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mocha-jenkins-reporter",
"version": "0.4.5",
"description": "jenkins reporter for mocha",
"main": "index.js",
"directories": "./lib",
"scripts": {
"eslint": "eslint lib/jenkins.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/juhovh/mocha-jenkins-reporter.git"
},
"keywords": [
"mocha",
"jenkins",
"reporter"
],
"dependencies": {
"diff": "4.0.1",
"mkdirp": "^0.5.4",
"xml": "^1.0.1"
},
"peerDependencies": {
"mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0"
},
"author": "Juho Vähä-Herttua",
"license": "MIT",
"bugs": {
"url": "https://github.com/juhovh/mocha-jenkins-reporter/issues"
},
"devDependencies": {
"eslint": "4.18.2"
}
}