-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.36 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
59
60
61
62
{
"name": "agora",
"version": "1.1.0",
"description": "Devpost's Agora Video SDK Hackathon ",
"main": "index.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"@types/serve-favicon": "^2.2.30",
"agora-rtc-sdk": "^2.5.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"multer": "^1.4.1",
"querystring": "^0.2.0",
"request": "^2.88.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"concurrently": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-ydv-5/agora-hackathon.git"
},
"keywords": [
"agora",
"video",
"SDK",
"hackathon",
"web",
"application",
"mean",
"node",
"express"
],
"author": "Sahil",
"license": "MIT",
"bugs": {
"url": "https://github.com/me-ydv-5/agora-hackathon/issues"
},
"homepage": "https://github.com/me-ydv-5/agora-hackathon#readme",
"private": true,
"scripts": {
"client": "cd client && npm run shuru",
"server": "nodemon index.js",
"start" : "cd client && npm run shuru",
"concurrent": "concurrently --kill-others-on-fail \"npm run server\" \"npm run client\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}