-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 970 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
{
"name": "wdio-json-tree-reporter",
"version": "1.0.9",
"description": "A wdio reporter in json format with tests as a tree instead of flat",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bennieswart/wdio-json-tree-reporter"
},
"scripts": {
"build": "babel src -d lib"
},
"keywords": [
"webdriverio",
"wdio",
"reporter",
"json",
"webdriver"
],
"author": "Bennie Swart <bennieswart@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bennieswart/wdio-json-tree-reporter/issues"
},
"homepage": "https://github.com/bennieswart/wdio-json-tree-reporter#readme",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@wdio/reporter": "^5.7.8"
},
"dependencies": {
"mkdirp": "^1.0.3"
}
}