forked from nightwatchjs-community/nightwatch-slack-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 864 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
37
38
39
{
"name": "nightwatch-slack-reporter",
"version": "0.0.2",
"description": "Notifies Nightwatch.js reports to Slack",
"main": "lib/reporter",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ngs/nightwatch-slack-reporter.git"
},
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"nightwatchjs",
"nightwatch",
"reporter",
"slack",
"chat",
"notification"
],
"author": "Atsushi Nagase",
"license": "MIT",
"bugs": {
"url": "https://github.com/ngs/nightwatch-slack-reporter/issues"
},
"homepage": "https://github.com/ngs/nightwatch-slack-reporter#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2",
"mockery": "^1.7.0"
},
"dependencies": {
"@slack/client": "^3.6.0",
"object-assign": "^4.1.0"
}
}