UNPKG

723 BJSONView Raw
1{
2 "name": "mocha-jenkins-reporter",
3 "version": "0.3.4",
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": "1.0.7",
22 "eslint": "3.12.1",
23 "mkdirp": "0.5.1",
24 "mocha": ">=2.0.0",
25 "xml": "^1.0.1"
26 },
27 "author": "Juho Vähä-Herttua",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/juhovh/mocha-jenkins-reporter/issues"
31 }
32}