-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 769 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "hubot-github-comments-notifier",
"version": "0.0.13",
"description": "An HTTP Listener that notifies about new Github issue and pull request comments",
"main": "src/github-comments-notifier.coffee",
"homepage": "https://github.com/odaillyjp/hubot-github-comments-notifier",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/odaillyjp/hubot-github-comments-notifier.git"
},
"keywords": [
"hubot",
"github"
],
"author": {
"name": "Suguru Odai",
"email": "ourqwers@gmail.com"
},
"license": "MIT",
"dependecies": {
"coffee-script": ">= 1.1.0",
"url": "~0.7.9",
"querystring": "~0.2.0"
}
}