-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 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
{
"name": "webrtc",
"version": "1.0.0",
"description": "webrtc demos",
"main": "apps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "node clean.js",
"copy": "cd wp && node copy.js",
"start": "node apps.js",
"dev": "cd wp && npm run dev",
"build": "npm run clean && cd wp && npm run build",
"sdk": "cd wp && npm run sdk",
"tag": "node archiver.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lduoduo/webrtc.git"
},
"author": "lduoduo",
"license": "MIT",
"bugs": {
"url": "https://github.com/lduoduo/webrtc/issues"
},
"homepage": "https://github.com/lduoduo/webrtc#readme",
"dependencies": {
"co": "^4.6.0",
"co-views": "^2.1.0",
"ejs": "^2.5.3",
"koa": "^1.2.4",
"koa-body": "^1.6.0",
"koa-compose": "^2.5.1",
"koa-cors": "0.0.16",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.2",
"koa-session": "^3.4.0",
"koa-sslify": "^1.1.0",
"koa-static": "^2.0.0",
"request": "^2.79.0",
"socket.io": "^2.0.3",
"url": "^0.11.0",
"ws": "^3.0.0"
},
"devDependencies": {
"babel-preset-stage-0": "^6.24.1",
"es6-promise": "^4.1.1"
}
}