freifunk-bot

Modular parser for the hackerspace door status with handlers for multiple services
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.git
Log | Files | Refs | README | LICENSE

package.json (1186B)


      1 {
      2   "name": "nordlab-hackerspace-door",
      3   "version": "0.0.2",
      4   "description": "Modular parser for the hackerspace door status with handlers for multiple services",
      5   "author": "Marcel Radzio <mtrnord1@gmail.com>",
      6   "scripts": {
      7     "start": "node main.js"
      8   },
      9   "main": "main.js",
     10   "repository": {
     11     "type": "git",
     12     "url": "https://github.com/MTRNord/nordlab-hackerspace-door"
     13   },
     14   "bugs": {
     15     "url": "https://github.com/MTRNord/nordlab-hackerspace-door/issues"
     16   },
     17   "keywords": [
     18     "door",
     19     "services",
     20     "notification",
     21     "hackerspace",
     22     "nordlab"
     23   ],
     24   "dependencies": {
     25     "async": "^3.0.0",
     26     "botanio": "0.0.6",
     27     "curlrequest": "^1.0.1",
     28     "express": "^4.15.4",
     29     "irc": "^0.5.2",
     30     "jsonfile": "^5.0.0",
     31     "lodash": "^4.17.13",
     32     "node-schedule": "^1.2.4",
     33     "node-telegram-bot-api": "^0.40.0",
     34     "request": "^2.81.0",
     35     "simple-git": "^1.75.0",
     36     "slackbots": "^1.0.2",
     37     "string": "^3.3.3",
     38     "yargs": "^15.0.0"
     39   },
     40   "preferGlobal": false,
     41   "private": true,
     42   "license": "SEE LICENSE IN LICENSE.md",
     43   "optionalDependencies": {
     44     "yuidocjs": "^0.10.2"
     45   },
     46   "devDependencies": {
     47     "request-debug": "^0.2.0"
     48   }
     49 }