-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 993 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 993 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
{
"name": "interview",
"version": "1.0.0",
"description": "webRTC,interview",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node ./bin/run"
},
"author": "vector",
"license": "ISC",
"dependencies": {
"babel-core": "^6.24.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.24.0",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"connect-redis": "^3.2.0",
"cookie-parser": "^1.4.3",
"debug": "^2.6.3",
"express": "^4.15.2",
"express-session": "^1.15.2",
"ioredis": "^2.5.0",
"moment": "^2.18.1",
"mongoose": "^4.9.4",
"morgan": "^1.8.1",
"pm2": "^2.4.2",
"serve-favicon": "^2.4.1",
"socket.io": "^1.7.3",
"formidable": "latest",
"mime": "latest",
"recordrtc": "latest"
}
}