-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 890 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
{
"name": "slack-pair",
"version": "0.0.1",
"description": "a co-working (or pair programming) availability tracker for Slack",
"main": "web.js",
"scripts": {
"start": "node web.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/techieshark/slack-pair.git"
},
"keywords": [
"slack",
"cowork",
"pairing",
"bot"
],
"author": "techieshark",
"contributors": [
"jeremiak"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/techieshark/slack-pair/issues"
},
"homepage": "https://github.com/techieshark/slack-pair",
"dependencies": {
"body-parser": "^1.4.3",
"debug": "^2.2.0",
"express": "^4.4.4",
"lodash": "^2.4.1",
"logfmt": "^1.1.2",
"mongodb": "^2.0.52",
"request": "^2.67.0"
},
"devDependencies": {}
}