This repository has been archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "webdriverrtc",
"version": "1.0.0",
"description": "WebRTC testing tool for WebdriverIO",
"author": "Christian Bromann <[email protected]>",
"homepage": "https://github.com/webdriverio/webdriverrtc",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/webdriverio/webdriverrtc"
},
"keywords": [
"webdriverio",
"webdriver",
"webrtc",
"rtcpeerconnection",
"selenium",
"internals",
"chrome"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverrtc/issues"
},
"main": "./build/webdriverrtc.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-regenerator": "^6.11.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.12.7",
"grunt-npm": "0.0.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.0.2",
"wdio-dot-reporter": "0.0.6",
"wdio-mocha-framework": "^0.4.0",
"webdriverio": "^4.2.5"
},
"dependencies": {
"deepmerge": "^0.2.7"
},
"engines": {
"node": ">= 0.12.0"
},
"contributors": [
"Christian Bromann <[email protected]>"
]
}