{ "name": "ircd", "version": "0.2.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" } }