-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.17 KB
/
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
42
43
44
45
{
"name": "opcodeslashbot",
"version": "1.0.0",
"description": "Operation Code Slash Bot.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lt": "lt --port 8765 --subdomain opcodeslash",
"postinstall": "./node_modules/.bin/opencollective-postinstall || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OperationCode/operationcode_slash_commands.git"
},
"keywords": [
"slack",
"slash command"
],
"author": "Matthew Bach",
"license": "MIT",
"bugs": {
"url": "https://github.com/OperationCode/operationcode_slash_commands/issues"
},
"homepage": "https://github.com/OperationCode/operationcode_slash_commands",
"engines": {
"node": "5.1.1"
},
"dependencies": {
"airtable": "^0.4.4",
"botkit": "0.0.5",
"botkit-storage-mongo": "^1.0.4",
"env2": "^2.1.1",
"mongodb": "^2.0",
"mongoose": "^4.8.6",
"monk": "^4.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/operationcode",
"logo": "https://opencollective.com/operationcode/logo.txt"
},
"devDependencies": {
"opencollective-postinstall": "^1.0.15"
}
}