UNPKG

1.05 kBJSONView Raw
1{
2 "name": "hubot-github-event-announcer",
3 "version": "0.8.0",
4 "description": "Announces GitHub webhook events",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/lifted-studios/hubot-github-event-announcer"
8 },
9 "keywords": [
10 "hubot",
11 "hubot-script",
12 "github",
13 "webhooks",
14 "announcer",
15 "notifier"
16 ],
17 "author": "Lee Dohm",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/lifted-studios/hubot-github-event-announcer/issues"
21 },
22 "homepage": "https://github.com/lifted-studios/hubot-github-event-announcer",
23 "dependencies": {
24 "coffee-script": "~1.8"
25 },
26 "devDependencies": {
27 "faker": "~2.1.2",
28 "grunt-coffeelint": "0.0.6",
29 "grunt-contrib-coffee": "~0.7.0",
30 "grunt-release": "~0.6.0",
31 "grunt-shell": "~0.2.2",
32 "grunt": "~0.4.1",
33 "hubot-mock-adapter": "^1.0.0",
34 "hubot": "^2.11.0",
35 "jasmine-focused": "1.x",
36 "matchdep": "~0.1.2",
37 "node-uuid": "~1.4.3"
38 },
39 "main": "index.coffee",
40 "scripts": {
41 "test": "grunt spec"
42 }
43}