hubot-ama
Version:
A hubot package that hosts AMAs
32 lines (24 loc) • 577 B
JSON
{
"name": "hubot-ama",
"description": "A hubot package that hosts AMAs",
"version": "0.1.0",
"author": "Gregory Cerna <gregorycerna@gmail.com>",
"license": "GPL-2.0",
"keywords": ["hubot","hubot-ama", "ama", "askmeanything"],
"repository": {
"type": "git",
"url": "git://github.com/gregorycerna/hubot-ama.git"
},
"bugs": {
"url": "https://github.com/gregorycerna/hubot-ama/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}