-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.32 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
51
52
53
54
55
56
{
"name": "academibot",
"version": "1.0.0",
"engines": {
"node": "12.2.0"
},
"main": "./bin/www",
"scripts": {
"test": "node ./test/mainTest.js"
},
"author": "Marco Antonio Vela Rodriguez",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^4.0.0",
"async-executer": "^1.0.5",
"aws-sdk": "^2.553.0",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dialogflow": "^0.9.1",
"express": "^4.17.1",
"express-session": "^1.16.2",
"fs": "0.0.1-security",
"html-pdf": "^2.2.0",
"http": "0.0.0",
"http-errors": "^1.7.3",
"i": "^0.3.6",
"jimp": "^0.9.3",
"jquery": "^3.4.1",
"linkifyjs": "^2.1.8",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"mysql2": "^2.1.0",
"node-cron": "^2.0.3",
"path": "^0.12.7",
"pug": "^2.0.4",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sequelize": "latest",
"stream": "0.0.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"mime-types": "^2.1.25",
"pug-cli": "^1.0.0-alpha6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoolHeroUNI/AcademiBot.git"
},
"bugs": {
"url": "https://github.com/CoolHeroUNI/AcademiBot/issues"
},
"homepage": "https://github.com/CoolHeroUNI/AcademiBot#readme",
"description": ""
}