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

  1. {
  2. "name": "ircd",
  3. "version": "0.2.0",
  4. "description": "A project implementation of the IRC protocol",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gogs.informatik.hs-fulda.de/sheogorath/ircd-js.git"
  12. },
  13. "keywords": [
  14. "irc",
  15. "server"
  16. ],
  17. "author": "Christoph Kern (sheogorath@shivering-isles.com)",
  18. "license": "AGPL-3.0",
  19. "devDependencies": {
  20. "mocha": "^6.1.4"
  21. }
  22. }