24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"name": "teemantirc",
|
|
"version": "1.0.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"
|
|
}
|
|
}
|