-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 856 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-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 <[email protected]>",
"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"
}
}