-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 915 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "hubot-github-expand",
"version": "0.0.1",
"description": "Hubot script which listens and expands github resources",
"author": "Christophe Hamerling <christophe.hamerling@gmail.com>",
"homepage": "http://github.com/chamerling/hubot-github-expand",
"keywords": [
"node",
"hubot",
"github"
],
"maintainers": [
{
"name": "Christophe Hamerling",
"email": "christophe.hamerling@gmail.com"
}
],
"contributors": [],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"bugs": {
"url": "https://github.com/chamerling/hubot-github-expand/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chamerling/hubot-github-expand.git"
},
"engines": {
"node": ">6",
"npm": ">1.0.x"
},
"main": "index.js",
"dependencies": {
"github": "6.0.1",
"parse-github-url": "0.3.2"
}
}