UNPKG

678 BJSONView Raw
1{
2 "name": "bugsnag-notification-plugins",
3 "description": "Notification plugins (chat and issue tracking integrations) for Bugsnag.",
4 "version": "1.27.3",
5 "repository": "https://github.com/bugsnag/bugsnag-notification-plugins.git",
6 "dependencies": {
7 "async": "~0.2.6",
8 "cli-table": "^0.3.1",
9 "coffee-script": "~1.7.1",
10 "cookie": "~0.1.2",
11 "escape-html": "~1.0.1",
12 "handlebars": "~1.0.12",
13 "optimist": "~0.3.5",
14 "qs": "~0.6.6",
15 "sugar": "~1.3.8",
16 "superagent": "~0.13.0",
17 "xml2js": "~0.2.6",
18 "xmlrpc": "^1.2.0"
19 },
20 "main": "./index.js",
21 "devDependencies": {
22 "grunt": "~0.4.2",
23 "grunt-release": "~0.6.0"
24 }
25}