-
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) · 870 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 870 Bytes
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": "NTUAF-control",
"preferGlobal": true,
"version": "0.0.0",
"author": "Amy Lin <linamy85@gmail.com> ",
"description": "Web interface of NTUAF control project",
"scripts": {
"start": "node ./bin/www"
},
"main": "./server.js",
"keywords": [
"webrtc",
"signaler",
"signaling",
"reliable",
"javascript",
"rtcmulticonnection",
"NTUAF",
"Control"
],
"analyze": false,
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "1.0.0",
"express": "~4.13.1",
"express-session": "1.7.6",
"mongoose": "^4.4.2",
"morgan": "~1.6.1",
"passport": "0.2.1",
"passport-facebook": "^2.1.0",
"reliable-signaler": "1.0.2",
"serve-favicon": "~2.3.0",
"socket.io": "^0.9.17"
}
}