-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 899 Bytes
/
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
{
"name": "recording-sample-app",
"version": "1.0.0",
"description": "To get started, you will first need to edit `public/index.html` to set your API key.",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"getconfig": "^4.5.0",
"jsonwebtoken": "^8.5.1",
"uuid": "^8.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"install": "cd client && npm i",
"build:app": "cd client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplewebrtc/recording-sample-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simplewebrtc/recording-sample-app/issues"
},
"homepage": "https://github.com/simplewebrtc/recording-sample-app#readme"
}