-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 900 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "youtube-stream-livechat",
"version": "1.0.0",
"description": "> This project is intended to create a webapp that allows users to login with their Google/Youtube credentials to login and join a live stream. Once in the stream, it should stream all chat messages and update live. Store these messages and create another interface that will return all chat messages from a given username.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamireddym28/youtube-chat.git"
},
"author": "kamireddym28@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/kamireddym28/youtube-chat/issues"
},
"homepage": "https://github.com/kamireddym28/youtube-chat#readme",
"dependencies": {
"express": "^4.16.3"
}
}