-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "chatbot-grandlyon",
"version": "0.1.1",
"description": "Bot Server for Grand Lyon",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArnaudFavier/Chatbot-GrandLyon.git"
},
"keywords": [
"ChatBot",
"Lyon"
],
"author": "INSA-Lyon-H4411",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ArnaudFavier/Chatbot-GrandLyon/issues"
},
"homepage": "https://github.com/ArnaudFavier/Chatbot-GrandLyon#readme",
"dependencies": {
"@google/maps": "^0.3.1",
"apiai": "^4.0.2",
"body-parser": "^1.17.1",
"config": "^1.25.1",
"crypto": "0.0.3",
"dateformat": "^2.0.0",
"express": "^4.15.2",
"forever": "^0.15.3",
"isomorphic-fetch": "^2.2.1",
"mongodb": "^2.2.26",
"node-env-file": "^0.1.8",
"node-telegram-bot-api": "^0.27.0",
"node-wit": "^4.2.0",
"pg": "^6.1.5",
"rand-token": "^0.3.0",
"recastai": "^3.2.0",
"request": "^2.81.0",
"superagent": "^3.5.2"
}
}