hubot-factoids-loche
Version:
Factoids for Hubot
36 lines (35 loc) • 699 B
JSON
{
"name": "hubot-factoids-loche",
"description": "Factoids for Hubot",
"version": "0.3.34",
"author": {
"name": "Jeff Houde",
"email": "lochemage@webcabin.org",
"url": "https://github.com/lochemage"
},
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"factoids"
],
"repository": {
"type": "git",
"url": "git://github.com/Lochemage/hubot-factoids"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"chai": "*",
"hubot": "^2.7.5",
"hubot-mock-adapter": "^1.0.0",
"mocha": "*",
"sinon": "*",
"sinon-chai": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}