This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
teemant-old/package.json

24 lines
464 B
JSON

{
"name": "teemantirc",
"version": "1.1.0",
"description": "Web-based IRC client",
"main": "teemant.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"irc"
],
"author": "Evert",
"license": "MIT",
"dependencies": {
"express": "^4.14.0",
"socketio": "^1.0.0",
"toml": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/DiamondtechDev/TeemantIRC.git"
}
}