-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 946 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
{
"name": "chatbot-cdc",
"version": "0.0.0",
"description": "Chatbot web com objetivo de mostrar aos cidadãos textos legais baseados em suas queixas ou casos jurídicos",
"main": "index.js",
"dependencies": {
"axios": "^0.16.1",
"bcrypt": "5.0.0",
"body-parser": "^1.17.2",
"ejs": "^2.5.6",
"elasticsearch": "^13.0.1",
"express": "^4.15.2",
"express-session": "^1.15.1",
"mysql": "2.15.0",
"natural": "^0.5.4",
"nodemon": "^1.12.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/terciodejesus/chatbot-cdc/"
},
"keywords": [
"chatbot",
"cdc",
"queixas",
"código de defesa do consumidor"
],
"author": "Diego Novaes <[email protected]> (github.com/dnovaes)",
"license": "MIT"
}