Tweaked package.json
This commit is contained in:
+2
-6
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "chat-server",
|
"name": "03-chat",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "An API centric chat server. Uses Sequelize and mariaDB by default.",
|
"description": "An API centric chat server. Uses Sequelize and mariaDB by default.",
|
||||||
"main": "server/server.js",
|
"main": "server/server.js",
|
||||||
@@ -13,14 +13,10 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/krgamestudios/chat-server.git"
|
"url": "https://gitea.krgamestudios.com/krgamestudios/03-chat.git"
|
||||||
},
|
},
|
||||||
"author": "Kayne Ruse",
|
"author": "Kayne Ruse",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/krgamestudios/chat-server/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/krgamestudios/chat-server#readme",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user