-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.33 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
{
"name": "webrtc-with-me",
"description": "webrtc communication portal",
"version": "1.0.0",
"private": false,
"author": "Bryan Paluch https://github.com/bryanpaluch",
"engines": {
"node": "0.6.18",
"npm": "1.1.9"
},
"scripts": {
"start": "./node_modules/.bin/nodemon server.js"
},
"dependencies": {
"express": "latest",
"express-namespace": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongodb": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"passport-github": "latest",
"passport-google-oauth": "latest",
"underscore": "latest",
"gzippo": "latest",
"async": "latest",
"nodemon": "latest",
"requirejs": "latest",
"jade-browser": "latest",
"redis": "latest",
"cookie": "latest",
"socket.io": "latest",
"short": "1.7.0",
"ua-parser": "latest",
"request": "latest",
"passport-oauth": "latest",
"hiredis": "~0.1.14",
"oauth": "~0.9.8"
},
"main": "server.js",
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://[email protected]/bryanpaluch/webrtc-to-me.git"
},
"license": "BSD",
"keywords": [
"webrtc",
"rtc",
"twitter",
""
]
}