hubot-annict
Version:
Annict integration script for hubot.
27 lines (26 loc) • 596 B
JSON
{
"name": "hubot-annict",
"version": "0.0.4",
"description": "Annict integration script for hubot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nukosuke/hubot-annict.git"
},
"keywords": [
"hubot",
"annict"
],
"author": "nukosuke",
"license": "MIT",
"bugs": {
"url": "https://github.com/nukosuke/hubot-annict/issues"
},
"homepage": "https://github.com/nukosuke/hubot-annict#readme",
"dependencies": {
"annict": "^0.0.7"
}
}