arnweb-chat/package.json

25 lines
515 B
JSON

{
"name": "arnweb-chat",
"version": "1.0.0",
"description": "Node.js server to make a realtime chatting app on ARNweb.nl",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/arne/arnweb-chat.git"
},
"keywords": [
"chat",
"node.js",
"socket.io",
"arnweb"
],
"author": "Arne van Iterson",
"license": "ISC",
"dependencies": {
"express": "^4.15.2",
"markdown-it": "^9.1.0",
"socket.io": "^2.2.0",
"striptags": "^3.1.1"
}
}