forked from ctn/hubot-ikr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 909 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-ikr",
"version": "0.0.5",
"description": "The stuff you like, Hubot likes them too",
"main": "index.coffee",
"author": {
"name": "Dave Josephsen",
"email": "[email protected]"
},
"contributors": [{
"name": "ctn",
"url": "https://github.com/ctn"
},{
"name": "David McGrath",
"email": "[email protected]",
"url": "https://github.com/davemcg3"
}],
"keywords": [
"hubot",
"hubot-scripts"
],
"license": "MIT",
"homepage": "https://github.com/djosephsen/hubot-ikr",
"repository": {
"type": "git",
"url": "https://github.com/djosephsen/hubot-ikr"
},
"bugs": {
"url": "https://github.com/djosephsen/hubot-ikr/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": "3.x"
},
"devDependencies": {
"mocha": "1.21.x",
"chai": "1.9.x",
"sinon-chai": "2.5.x",
"sinon": "1.10.x"
}
}