forked from taboola/easy-peasy-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 798 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
{
"name": "bowles-bots",
"description": "A collection of experiments on Slack havoc",
"version": "1.0.0",
"engines": {
"node": "11.2.0",
"npm": "6.9.0"
},
"main": "frankenbot.js",
"scripts": {
"start": "node frankenbot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DominicL3/bowles-bots.git"
},
"keywords": [
"slack",
"bot"
],
"author": "D.E. Goodman-Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/DEGoodmanWilson/easy-peasy-bot-app/issues"
},
"homepage": "https://github.com/DEGoodmanWilson/easy-peasy-bot-app#readme",
"dependencies": {
"botkit": "^0.7.4",
"botkit-storage-mongo": "^1.0.2",
"mongodb": "^1.4.39"
}
}