UNPKG

hubot-twilio-whatsapp

Version:
40 lines (39 loc) 943 B
{ "name": "hubot-twilio-whatsapp", "version": "0.1.2", "description": "Twilio adapter for Hubot", "main": "src/twilio-whatsapp.js", "engines": { "node": "^10.15.1", "npm": "^6.4.1" }, "scripts": { "lint": "eslint src/", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "hubot-adapter", "twilio-whatsapp" ], "author": "Paulo Diovani Gonçalves <paulo AT diovani DOT com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/paulodiovani/hubot-twilio-whatsapp.git" }, "devDependencies": { "eslint": "^6.1.0", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "hubot": "^3.3.2" }, "peerDependencies": { "hubot": "^3.3.2" }, "dependencies": { "twilio": "^3.33.2" } }