mirror of
https://gitlab.com/berufsschul-ae/blitzchat.git
synced 2024-12-22 12:27:40 +01:00
24 lines
607 B
JSON
24 lines
607 B
JSON
{
|
|
"name": "blitzchat",
|
|
"version": "0.0.1",
|
|
"description": "Web Chat fast like a Blitz",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exi",
|
|
"start": "node index.js & node chatSocket.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/berufsschul-ae/blitzchat.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/berufsschul-ae/blitzchat/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/berufsschul-ae/blitzchat#readme",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"ws": "^7.2.0"
|
|
}
|
|
}
|