forked from webdriverio-boneyard/wdio-spec-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.96 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
64
65
66
67
68
69
70
71
{
"name": "step-by-step-reporter",
"version": "0.0.1",
"description": "A WebdriverIO reporter plugin for Cucumber. Reports results step by step.",
"main": "build/reporter.js",
"scripts": {
"test": "grunt",
"build": "grunt build",
"prepublish": "npm prune && npm run build",
"dev": "mocha --watch -r should -t 50000 --compilers js:babel/register test/*.js",
"postinstall": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shkaper/wdio-spec-reporter.git"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"spec",
"reporter",
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-reporter"
],
"author": "Shkaper",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio/wdio-spec-reporter/issues"
},
"homepage": "https://github.com/webdriverio/wdio-spec-reporter#readme",
"dependencies": {
"babel-runtime": "^5.8.25",
"colors": "1.1.2",
"humanize-duration": "^3.9.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-babel": "^5.0.1",
"grunt-bump": "^0.6.0",
"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",
"isparta": "^3.5.3",
"load-grunt-tasks": "^3.2.0",
"babel": "^5.8.23"
},
"devDependencies": {
"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",
"mocha": "^2.3.3",
"should": "^7.1.0",
"sinon": "^1.17.1"
},
"contributors": [
"George Crawford <[email protected]>",
"Christian Bromann <[email protected]>",
"George Crawford <[email protected]>",
"Tim Brust <[email protected]>",
"Tim Brust <[email protected]>"
]
}