UNPKG

749 BJSONView Raw
1{
2 "name": "mocha-jenkins-reporter",
3 "version": "0.4.2",
4 "description": "jenkins reporter for mocha",
5 "main": "index.js",
6 "directories": "./lib",
7 "scripts": {
8 "eslint": "eslint lib/jenkins.js",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/juhovh/mocha-jenkins-reporter.git"
14 },
15 "keywords": [
16 "mocha",
17 "jenkins",
18 "reporter"
19 ],
20 "dependencies": {
21 "diff": "4.0.1",
22 "mkdirp": "0.5.1",
23 "mocha": "^5.2.0",
24 "xml": "^1.0.1"
25 },
26 "author": "Juho Vähä-Herttua",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/juhovh/mocha-jenkins-reporter/issues"
30 },
31 "devDependencies": {
32 "eslint": "4.18.2"
33 }
34}