forked from opentok/opentok-rtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.54 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "opentok-rtc",
"version": "4.1.1",
"description": "OpenTokRTC sample application to show off the OpenTok API and platform capabilities ",
"main": "server.js",
"engines": {
"node": "8.0.x",
"npm": "2.14.x"
},
"scripts": {
"start": "node server.js",
"dev": "concurrently \"npm run start\" \"grunt clientDev\"",
"postinstall": "bower install && grunt clientBuild",
"test": "grunt test",
"regression-test": "wdio wdio.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/opentok/opentok-rtc.git"
},
"author": "Tokbox's PSE Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentok/opentok-rtc/issues"
},
"homepage": "https://github.com/opentok/opentok-rtc/",
"dependencies": {
"bower": "^1.6.5",
"cors": "^2.7.1",
"daemon": "^1.1.0",
"ejs": "^2.5.5",
"express": "^4.0.0",
"firebase": "^2.3.1",
"firebase-token-generator": "^2.0.0",
"fs": "0.0.1-security",
"git-rev": "^0.2.1",
"google-auth-library": "^0.11.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.2.0",
"grunt-bower-task": "^0.5.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-gitinfo": "^0.1.7",
"grunt-html-build": "^0.7.1",
"grunt-karma": "^0.12.2",
"grunt-mocha-test": "^0.12.7",
"ioredis": "^4.6.3",
"lodash": "^4.17.13",
"opentok": "^2.3.0",
"swagger-boilerplate": "^0.0.16",
"yamljs": "^0.2.10"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.2.0",
"concurrently": "^3.4.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"firefox-profile": "^1.0.3",
"geckodriver": "^1.15.1",
"istanbul": "^0.4.5",
"karma": "^1.7.1",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.0.0",
"mockfirebase": "^0.12.0",
"sinon": "^1.17.0",
"supertest": "^3.4.2",
"wdio": "^3.0.3",
"wdio-firefox-profile-service": "^0.1.0",
"wdio-mocha-framework": "^0.5.11",
"wdio-sauce-service": "^0.4.0",
"wdio-selenium-standalone-service": "0.0.9"
}
}