forked from medaamarnadh/mocha-ci-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 830 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
{
"name": "mocha-ci-reporter",
"version": "1.0.3",
"description": "This module generates detailed mocha test running report and send to the slack communication channel by using provided slack webhook url.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/medaamarnadh/mocha-ci-reporter.git"
},
"keywords": [
"mocha",
"slack",
"mocha-reporter",
"mocha",
"test",
"report"
],
"author": "Amar",
"license": "ISC",
"bugs": {
"url": "https://github.com/medaamarnadh/mocha-ci-reporter/issues"
},
"homepage": "https://github.com/medaamarnadh/mocha-ci-reporter#readme",
"dependencies": {
"sync-request": "^6.1.0"
}
}