2014-06-24 18:17:28 +04:00
|
|
|
{
|
|
|
|
"name": "hubot-pager-me",
|
|
|
|
"description": "PagerDuty integration for Hubot ",
|
2015-09-18 18:51:00 +03:00
|
|
|
"version": "2.1.6",
|
2014-06-24 18:17:28 +04:00
|
|
|
"author": "Josh Nichols <technicalpickles@github.com>",
|
|
|
|
"license": "MIT",
|
2014-11-06 01:36:42 +03:00
|
|
|
"keywords": [
|
|
|
|
"hubot",
|
|
|
|
"hubot-scripts",
|
|
|
|
"pagerduty"
|
|
|
|
],
|
2014-06-24 18:17:28 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-06-24 18:49:40 +04:00
|
|
|
"url": "git://github.com/hubot-scripts/hubot-pager-me.git"
|
2014-06-24 18:17:28 +04:00
|
|
|
},
|
|
|
|
"bugs": {
|
2014-06-24 18:49:40 +04:00
|
|
|
"url": "https://github.com/hubot-scripts/hubot-pager-me/issues"
|
2014-06-24 18:17:28 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-09-30 21:16:27 +03:00
|
|
|
"async": "^1.4.2",
|
2014-06-24 18:24:14 +04:00
|
|
|
"coffee-script": "~1.6",
|
2022-09-07 15:29:06 +03:00
|
|
|
"moment-timezone": "^0.5.37",
|
|
|
|
"query-string": "^5.0.1",
|
|
|
|
"request": "^2.83.0"
|
2014-06-24 18:17:28 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-06-07 05:57:24 +03:00
|
|
|
"chai": "^2.1.1",
|
|
|
|
"coffee-script": "1.6.3",
|
2022-09-07 15:29:06 +03:00
|
|
|
"grunt": "^1.5.3",
|
|
|
|
"grunt-cli": "^1.4.3",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
2015-06-07 05:57:24 +03:00
|
|
|
"grunt-mocha-test": "~0.12.7",
|
2022-09-07 16:21:11 +03:00
|
|
|
"hubot": "3.x",
|
2022-09-07 15:29:06 +03:00
|
|
|
"matchdep": "^2.0.0",
|
|
|
|
"mocha": "^10.0.0",
|
2015-06-07 05:57:24 +03:00
|
|
|
"sinon": "^1.13.0",
|
|
|
|
"sinon-chai": "^2.7.0"
|
2014-06-24 18:17:28 +04:00
|
|
|
},
|
|
|
|
"main": "index.coffee",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
}
|
|
|
|
}
|