forked from jemishgopani/wdio-json-reporter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.57 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "wdio-xray-json-reporter",
"version": "0.0.1",
"description": "A WebdriverIO plugin. Report results in xray json format.",
"main": "build/reporter.js",
"scripts": {
"test": "grunt",
"build": "grunt build",
"prepublish": "npm prune && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnatis/wdio-json-reporter.git"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"json",
"reporter",
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-reporter"
],
"author": "Jim Davis <jim.davis@kroger.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cnatis/wdio-json-reporter/issues"
},
"homepage": "https://github.com/cnatis/wdio-json-reporter#readme",
"dependencies": {
"babel-runtime": "^5.8.25",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"uuid": "^2.0.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.7",
"babel-istanbul": "^0.4.1",
"babel-plugin-rewire": "^0.1.22",
"codeclimate-test-reporter": "^0.1.1",
"eslint": "^1.4.1",
"eslint-config-standard": "^4.3.2",
"eslint-plugin-standard": "^1.3.0",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-bump": "^0.6.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.2.0"
},
"contributors": [
"Jim Davis",
"Christian Natis"
]
}