44 строки
1013 B
JSON
44 строки
1013 B
JSON
{
|
|
"name": "hubot-pager-me",
|
|
"description": "PagerDuty integration for Hubot ",
|
|
"version": "2.1.6",
|
|
"author": "Josh Nichols <technicalpickles@github.com>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"hubot",
|
|
"hubot-scripts",
|
|
"pagerduty"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hubot-archive/hubot-pager-me.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hubot-archive/hubot-pager-me/issues"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/request": "^3.0.1",
|
|
"async": "^1.4.2",
|
|
"coffee-script": "~1.6",
|
|
"moment-timezone": "^0.5.37",
|
|
"query-string": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^2.1.1",
|
|
"coffee-script": "1.6.3",
|
|
"grunt": "^1.5.3",
|
|
"grunt-cli": "^1.4.3",
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
"grunt-mocha-test": "~0.12.7",
|
|
"hubot": "3.x",
|
|
"matchdep": "^2.0.0",
|
|
"mocha": "^10.0.0",
|
|
"sinon": "^1.13.0",
|
|
"sinon-chai": "^2.7.0"
|
|
},
|
|
"main": "index.coffee",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|