hubot-inspirobot
Version:
Inspirational quotes for hubot
31 lines (30 loc) • 760 B
JSON
{
"name": "hubot-inspirobot",
"version": "1.1.0",
"description": "Inspirational quotes for hubot",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register --reporter spec test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zegervdv/hubot-inspirobot.git"
},
"keywords": [
"hubot",
"inspirobot"
],
"author": "Zeger Van de Vannet <zegervdv@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zegervdv/hubot-inspirobot/issues"
},
"homepage": "https://github.com/zegervdv/hubot-inspirobot#readme",
"devDependencies": {
"chai": "^4.1.2",
"co": "^4.6.0",
"hubot-pretend": "^1.2.0",
"mocha": "^4.0.1",
"nock": "^9.0.22"
}
}