forked from opentok/opentok-web-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "opentok-web-samples",
"version": "1.0.0",
"description": "Sample applications for using the OpenTok.js library.",
"scripts": {
"lint": "eslint .",
"test": "wdio wdio.conf.js",
"start": "http-server out"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentok/opentok-web-samples.git"
},
"keywords": [
"opentok",
"webrtc",
"video",
"videochat"
],
"author": "Adam Ullman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentok/opentok-web-samples/issues"
},
"homepage": "https://github.com/opentok/opentok-web-samples#readme",
"devDependencies": {
"babel-eslint": "^8.2.1",
"chromedriver": "^2.35.0",
"eslint": "^4.17.0",
"eslint-config-airbnb-es5": "^1.2.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.1",
"http-server": "^0.11.1",
"opentok-test-scripts": "^3.6.1",
"travis-multirunner": "^4.5.0",
"wdio-chromedriver-service": "^0.1.2",
"wdio-firefox-profile-service": "^0.1.1",
"wdio-jasmine-framework": "^0.3.2",
"wdio-sauce-service": "^0.4.8",
"webdriverio": "^4.10.2"
},
"dependencies": {}
}