-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1004 Bytes
/
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
{
"name": "OpenTokWebRTC",
"version": "1.0.0",
"description": "Opentok WebRTC Demo",
"author": "Carlos Carcamo",
"scripts": {
"start": "node ./bin/www",
"devServer": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/carloscarcamo/OpenTokWebRTC.git"
},
"keywords": [
"OpenTok",
"WebRTC",
"Chat"
],
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"events": "^1.1.0",
"express": "~4.13.1",
"lodash": "^4.0.0",
"morgan": "~1.6.1",
"opentok": "^2.3.0",
"serve-favicon": "~2.3.0",
"simple-actors": "^2.0.0",
"socket.io": "^1.4.4"
},
"devDependencies": {
"del": "^2.2.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"run-sequence": "^1.1.5"
},
"engines": {
"node": ">= 0.10.0"
},
"license": "Apache-2.0"
}