archivesrcbot

Archive enwn sources via IRC.
git clone http://git.hanabi.in/repos/archivesrcbot.git
Log | Files | Refs | LICENSE

package.json (680B)


      1 {
      2   "dependencies": {
      3     "irc": "^0.5.2",
      4     "node-fetch": "^2.6.1",
      5     "wikiapi": "^1.14.0"
      6   },
      7   "bugs": {
      8     "email": "me@hanabi.in",
      9     "url": "https://github.com/acagastya/archivesrcbot/issues/new"
     10   },
     11   "name": "archivesrcbot",
     12   "version": "1.0.0",
     13   "description": "Archive enwn sources from IRC",
     14   "main": "index.js",
     15   "devDependencies": {},
     16   "scripts": {
     17     "start": "node index.js"
     18   },
     19   "repository": {
     20     "type": "git",
     21     "url": "git.hanabi.in/acagastya/archivesrcbot"
     22   },
     23   "keywords": [
     24     "IRC",
     25     "archive"
     26   ],
     27   "author": {
     28     "email": "me@hanabi.in",
     29     "name": "Agastya",
     30     "url": "https://hanabi.in"
     31   },
     32   "license": "BSD-3-Clause"
     33 }