hubot-ingress
Version:
Ingress commands for Hubot
38 lines (37 loc) • 768 B
JSON
{
"name": "hubot-ingress",
"description": "Ingress commands for Hubot",
"version": "0.23.0",
"author": {
"name": "Kevin Lanni",
"email": "therealklanni@gmail.com",
"url": "https://github.com/therealklanni"
},
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"ingress"
],
"repository": {
"type": "git",
"url": "git://github.com/hubot-scripts/hubot-ingress.git"
},
"bugs": {
"url": "https://github.com/hubot-scripts/hubot-ingress/issues"
},
"dependencies": {
"coffee-script": "~1.6",
"moment-timezone": "~0.3"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}