forked from eva-lab/usainbots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.24 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
44
45
46
47
48
49
50
{
"name": "usain-bot-api",
"version": "1.0.0",
"description": "API Restful dedicada ao serviço de criação e gerenciamento de bots escritos com .rivescript",
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"each": "^0.6.1",
"express": "^4.14.0",
"file-system": "^2.2.1",
"hash-generator": "^0.1.0",
"iconv-lite": "^0.4.15",
"jsonwebtoken": "^7.1.9",
"keyword-extractor": "0.0.13",
"moment": "^2.15.2",
"mongoose": "*",
"mongoose-random": "^0.1.1",
"mongoose-searchable": "^1.0.0",
"natural": "^0.4.0",
"node-cron": "^1.1.2",
"random-number": "0.0.7",
"request": "^2.75.0",
"snowball-stemmer.jsx": "^0.2.3",
"url-parse": "^1.1.3"
},
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/usain-bot/api.git"
},
"keywords": [
"chatterbot",
"cin",
"ufpe",
"bot",
"rivescript"
],
"author": "Jorge Linhares",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/usain-bot/api/issues"
},
"homepage": "https://gitlab.com/usain-bot/api#README"
}