hubot-discord-ng
Version:
Hubot adapter for discord
32 lines (31 loc) • 668 B
JSON
{
"name": "hubot-discord-ng",
"version": "1.2.35",
"description": "Hubot adapter for discord",
"main": "src/discord.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"discord.js": "^8.0.0",
"parent-require": "^1.0.0",
"request": "^2.67.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dualmoon/hubot-discord-ng"
},
"keywords": [
"hubot",
"discord",
"hubot-adapters"
],
"author": "Ashley Siobhan <luna@neko.lgbt>",
"license": "ISC"
}