-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 904 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 904 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "oab",
"version": "1.0.0-alpha.4",
"description": "Open Accountability Bot",
"main": "oab.js",
"scripts": {
"start": "node oab.js",
"tunnel": "sh scripts/localtunnel.sh"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.7.0",
"botkit-storage-mongo": "^1.0.6",
"cookie-parser": "^1.4.3",
"debug": "^2.3.3",
"express": "^4.14.0",
"express-hbs": "^1.0.4",
"googleapis": "27",
"node-env-file": "^0.1.8",
"querystring": "^0.2.0",
"request": "^2.79.0",
"wordfilter": "^0.2.6"
},
"repository": {
"type": "git",
"url": "https://github.com/rdig/oab.git"
},
"bugs": {
"url": "https://github.com/rdig/oab/issues"
},
"homepage": "https://github.com/rdig/oab",
"keywords": [
"bots",
"accountability",
"slack"
],
"author": "Raul Glogovetan <raul@glogovetan.com>",
"license": "MIT"
}