hubot-plivo
Version:
A Plivo adapter for Hubot.
33 lines (32 loc) • 727 B
JSON
{
"name": "hubot-plivo",
"version": "1.0.7",
"description": "A Plivo adapter for Hubot.",
"main": "src/plivo.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sprk-platform/hubot-plivo.git"
},
"keywords": [
"hubot",
"plivo"
],
"author": "Myk Klemme",
"license": "MIT",
"bugs": {
"url": "https://github.com/sprk-platform/hubot-plivo/issues"
},
"homepage": "https://github.com/sprk-platform/hubot-plivo#readme",
"dependencies": {
"parent-require": "^1.0.0"
},
"peerDependencies": {
"hubot": ">=2.0"
},
"devDependencies": {
"coffee-script": ">=1.2.0"
}
}