arnweb-chat/package.json

26 lines
537 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",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"socket.io": "^2.2.0"
}
}