-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 828 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
{
"name": "Simple-AI-Chatbot",
"version": "1.0.0",
"description": "A Simple AI web chatbot",
"main": "index.js",
"dependencies": {
"apiai": "^4.0.3",
"appmetrics-dash": "^4.0.0",
"appmetrics-prometheus": "^2.0.0",
"chai": "^4.2.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"log4js": "^3.0.6",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"socket.io": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"test": "nyc mocha --exit",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elina-L/Simple-AI-Chatbot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Elina-L/Simple-AI-Chatbot/issues"
},
"homepage": "https://github.com/Elina-L/Simple-AI-Chatbot#readme"
}