-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "yellio-server",
"version": "0.0.0",
"description": "yellio communication app server",
"main": "lib/app.js",
"scripts": {
"test": "mocha --harmony"
},
"repository": {
"type": "git",
"url": "git://github.com/yellio/yellio-server.git"
},
"keywords": [
"webrtc",
"socket.io",
"koa",
"es6",
"communication",
"chat",
"videoconferencing"
],
"author": "Dmitry Mazuro <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/yellio/yellio-server/issues"
},
"homepage": "https://github.com/yellio/yellio-server",
"devDependencies": {
"co-mocha": "0.0.2",
"coffee-script": "git://github.com/xixixao/coffee-script.git#35ca45d13a784af508095214547b8bd57b33a40c",
"gulp": "^3.6.1",
"gulp-coffee-es6": "git://github.com/t3chnoboy/gulp-coffee-es6.git#d927a13a0c807f01166f1d17694694b776590080",
"mocha": "^1.18.2",
"should": "^3.3.1",
"supertest": "^0.11.0"
},
"dependencies": {
"co-body": "0.0.1",
"co-monk": "^1.0.0",
"co-redis": "^1.1.0",
"koa": "^0.5.5",
"koa-cors": "0.0.8",
"koa-logger": "^1.2.0",
"koa-passport": "^0.2.0",
"koa-router": "^3.1.2",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-twitter": "^1.0.2",
"socket.io": "^1.0.0"
}
}