mocha-appveyor-reporter
Version:
Mocha Reporter to report tests while running in AppVeyor CI
37 lines (36 loc) • 856 B
JSON
{
"name": "mocha-appveyor-reporter",
"version": "0.4.2",
"description": "Mocha Reporter to report tests while running in AppVeyor CI",
"main": "mocha-appveyor-reporter.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/tolbertam/mocha-appveyor-reporter.git"
},
"keywords": [
"mocha",
"appveyor",
"ci",
"continous-integration",
"test",
"testing"
],
"author": "Nathan Black <nathan@nathanblack.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tolbertam/mocha-appveyor-reporter/issues"
},
"homepage": "https://github.com/tolbertam/mocha-appveyor-reporter",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mockery": "^2.1.0",
"sinon": "^7.1.1"
},
"dependencies": {
"request-json": "^0.6.4"
}
}