forked from jurisv/WebRTC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "WebRTC",
"version": "1.1.0-1",
"description": "A node server demo of ExtJS 6 and WebRTC",
"main": "server.js",
"subdomain": "sencha-webrtc",
"repository": {
"type": "git",
"url": "https://github.com/bradschafer/WebRTC.git"
},
"keywords": [
"npm"
],
"author": "Brad Schafer",
"bugs": {
"url": "https://github.com/bradschafer/WebRTC/issues"
},
"homepage": "https://github.com/bradschafer/WebRTC",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.4"
},
"dependencies": {
"body-parser": "^1.12.2",
"compression": "^1.4.3",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"firebase": "^2.2.6",
"firebase-token-generator": "^2.0.0",
"moment": "^2.10.2",
"nconf": "^0.7.1",
"opentok": "^2.2.5",
"passport": "^0.2.2",
"password-hash": "^1.2.2",
"socket.io": "^1.3.6",
"sendgrid": "^1.9.2",
"webdriverio": "^2.4.5",
"jsonwebtoken":"^5.0.4"
},
"scripts": {
"start": "node server.js",
"start-dev": "NODE_ENV=development npm start",
"start-prod": "NODE_ENV=production npm start"
},
"engines": {
"node": "0.12.x"
}
}