You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
467 B

{
"name": "ircd",
"version": "0.1.0",
"description": "A project implementation of the IRC protocol",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://gogs.informatik.hs-fulda.de/sheogorath/ircd-js.git"
},
"keywords": [
"irc",
"server"
],
"author": "Christoph Kern (sheogorath@shivering-isles.com)",
"license": "AGPL-3.0",
"devDependencies": {
"mocha": "^6.1.4"
}
}