-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.2 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
{
"name": "chat",
"version": "1.0.0",
"description": "Application chat message in realtime with socket.io and express",
"main": "index.js",
"scripts": {
"start": "browserify controllers/webrtc.js -o controllers/webrtcFine.js && browserify public/js/getImages.js -o public/js/getImagesFine.js && browserify public/js/socket.js -o public/js/socketFine.js && nodemon -e css,ejs,js,json --watch index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrrff/chat.git"
},
"dependecies": {},
"author": "André da Silva Freitas",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrrff/chat/issues"
},
"homepage": "https://github.com/andrrff/chat#readme",
"dependencies": {
"browserify": "^17.0.0",
"ejs": "^3.1.6",
"es6-promise": "^4.2.8",
"express": "^4.17.1",
"goldvideo-player": "^1.0.2",
"jimp": "^0.16.1",
"jquery": "^3.6.0",
"jsdom": "^16.6.0",
"md5": "^2.3.0",
"nodemon": "^2.0.7",
"peer": "^0.6.1",
"sharp": "^0.28.3",
"socket.io": "^4.1.2",
"sweetalert2": "^11.0.18",
"uuid": "^8.3.2"
}
}