2019-11-25 12:56:36 +01:00
|
|
|
{
|
|
|
|
"name": "blitzchat",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Web Chat fast like a Blitz",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-11-26 13:47:14 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exi",
|
|
|
|
"start": "node index.js & node chatSocket.js"
|
2019-11-25 12:56:36 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2019-11-25 13:26:16 +01:00
|
|
|
"homepage": "https://gitlab.com/berufsschul-ae/blitzchat#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"ws": "^7.2.0"
|
|
|
|
}
|
2019-11-25 12:56:36 +01:00
|
|
|
}
|