-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 858 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
{
"name": "standup-friends",
"description": "irc bot for standup meetings -> hypercore",
"version": "2.0.0",
"author": "Joe Hand <joe@hand.email>",
"bin": {
"standup-friends": "./index.js"
},
"scripts": {
"test": "standard"
},
"homepage": "/~https://github.com/joehand/standup-friends",
"keywords": [
"hypercore",
"IRC"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "/~https://github.com/joehand/standup-friends.git"
},
"bugs": {
"url": "/~https://github.com/joehand/standup-friends/issues"
},
"dependencies": {
"hypercore": "^6.6.4",
"hyperdiscovery": "^1.3.0",
"irc": "git+/~https://github.com/SphereSoftware/node-irc.git",
"minimist": "^1.2.0",
"pretty-time": "^0.2.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"standard": "*"
}
}