UNPKG

hubot-moxtra

Version:

Moxtra Adapter for Hubot

30 lines (29 loc) 634 B
{ "name": "hubot-moxtra", "version": "2.3.0", "description": "Moxtra Adapter for Hubot", "main": "./src/moxtra.coffee", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Moxtra", "Hubot", "Robot", "Adapter" ], "author": "Moxtra Inc", "license": "ISC", "dependencies": { "body-parser": "^1.15.2", "cookie": "^0.3.1", "crypto": "^1.0.1", "dotenv": "^4.0.0", "form-data": "^2.2.0", "jsonwebtoken": "^8.1.0", "node-fetch": "^1.5.3", "parent-require": "^1.0.0", "simple-oauth2": "^1.3.0", "urlsafe-base64": "^1.0.0" } }