forked from fippo/rtcstats-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "rtcstats-server",
"version": "1.0.0",
"description": "",
"main": "websocket.js",
"scripts": {
"test": "eslint *.js && node test/client.js",
"start": "NODE_ENV=production node app.js",
"postinstall": "aws s3 cp s3://truly-internal/ops/packages/GeoLite2-City.mmdb ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentok/rtcstats-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/opentok/rtcstats-server/issues"
},
"homepage": "https://github.com/opentok/rtcstats-server#readme",
"dependencies": {
"aws-sdk": "^2.2.26",
"bluebird": "^3.3.1",
"config": "^1.17.1",
"js-yaml": "^3.4.6",
"lodash": "^4.1.0",
"maxmind": "^1.3.0",
"pem": "^1.8.1",
"platform": "https://github.com/bestiejs/platform.js.git",
"sdp": "^1.0.0",
"uuid": "^2.0.1",
"ws": "^5.1.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-opentok": "^1.0.2",
"uglify-js": "^2.6.1"
}
}