appveyor-mocha
Version:
Logging mocha test results to AppVeyor
38 lines (37 loc) • 785 B
JSON
{
"name": "appveyor-mocha",
"version": "1.1.2",
"description": "Logging mocha test results to AppVeyor",
"main": "lib",
"files": ["lib"],
"repository": {
"type": "git",
"url": "git+https://ukoloff@github.com/ukoloff/appveyor-mocha.git"
},
"scripts": {
"prepublish": "coffee -o lib src",
"pretest": "coffee -o lib src"
},
"keywords": [
"appveyor",
"mocha",
"test",
"log",
"message"
],
"author": {
"name": "Stas Ukolov",
"email": "ukoloff@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ukoloff/appveyor-mocha/issues"
},
"homepage": "https://github.com/ukoloff/appveyor-mocha",
"devDependencies": {
"coffee-script": "^1.12.2"
},
"peerDependencies": {
"mocha": "*"
}
}