hubot-pager-me/package.json

44 строки
1005 B
JSON
Исходник Обычный вид История

{
"name": "hubot-pager-me",
"description": "PagerDuty integration for Hubot ",
2015-09-18 18:51:00 +03:00
"version": "2.1.6",
"author": "Josh Nichols <technicalpickles@github.com>",
"license": "MIT",
2014-11-06 01:36:42 +03:00
"keywords": [
"hubot",
"hubot-scripts",
"pagerduty"
],
"repository": {
"type": "git",
2014-06-24 18:49:40 +04:00
"url": "git://github.com/hubot-scripts/hubot-pager-me.git"
},
"bugs": {
2014-06-24 18:49:40 +04:00
"url": "https://github.com/hubot-scripts/hubot-pager-me/issues"
},
"dependencies": {
"async": "^1.4.2",
2014-06-24 18:24:14 +04:00
"coffee-script": "~1.6",
"moment-timezone": "^0.5.37",
"query-string": "^5.0.1",
"request": "^2.83.0"
},
"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",
2022-09-07 16:21:11 +03:00
"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"
}
}