-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 916 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": "wolfplanner",
"version": "1.0.0",
"description": "Task Scheduling Bot",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neelkapadia/WolfPlanner.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neelkapadia/WolfPlanner/issues"
},
"homepage": "https://github.com/neelkapadia/WolfPlanner#readme",
"dependencies": {
"apiai": "^4.0.3",
"axios": "^0.18.0",
"botkit": "^0.6.11",
"botkit-storage-mongo": "^1.0.7",
"cheerio": "^1.0.0-rc.2",
"debug": "^2.3.3",
"dotenv": "^5.0.1",
"express": "^4.14.0",
"google-auth-library": "^0.12.0",
"googleapis": "^27.0.0",
"mongoose": "^5.0.9",
"python-shell": "^0.5.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"slack-node": "^0.1.8",
"util": "^0.10.3"
}
}