This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.91 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": "wdio-visualization-service",
"version": "0.0.0",
"description": "WebdriverIO service to visualize Selenium steps takes on the website.",
"main": "index.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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/wdio-visualization-service.git"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"webdriverio",
"wdio",
"wdio-service",
"selenium",
"webdriver",
"visualizer",
"standalone",
"server",
"tests"
],
"author": "Christian Bromann <christian@saucelabs.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/webdriverio/wdio-visualization-service/issues"
},
"homepage": "https://github.com/webdriverio/wdio-visualization-service#readme",
"dependencies": {
"deepmerge": "^1.3.1",
"express": "^4.14.0",
"socket.io": "^1.7.2"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.1.1",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.12.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-npm": "0.0.2",
"isparta": "^4.0.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"should": "^11.1.2",
"sinon": "^1.17.6"
},
"contributors": []
}