-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.49 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
57
58
59
60
61
62
{
"name": "btb",
"version": "1.0.0-RC18",
"description": "BiteTheBot - Smart menu ordering system",
"main": "index.js",
"repository": "https://github.com/the-AjK/btb.git",
"author": "Alberto Garbui aka JK <alberto.garbui@gmail.com>",
"license": "BSD-3",
"private": true,
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "./startup.sh",
"postinstall": "cd dashboard/ && yarn install --force && yarn run build"
},
"dependencies": {
"async": "2.6.1",
"body-parser": "1.18.3",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"dotenv": "6.0.0",
"express": "4.16.3",
"express-rate-limit": "2.11.0",
"google-tts-api": "0.0.2",
"jsonwebtoken": "8.3.0",
"md5": "2.2.1",
"moment": "2.22.2",
"mongoose": "5.3.2",
"morgan": "1.9.0",
"node-schedule": "1.3.0",
"node-wit": "5.0.0",
"nodemailer": "4.6.7",
"passport": "0.4.0",
"passport-jwt": "4.0.0",
"pdfkit": "0.8.3",
"raven": "2.6.3",
"remark": "9.0.0",
"request": "2.87.0",
"request-ip": "2.1.1",
"rwlock": "5.0.0",
"showdown": "1.8.6",
"strip-markdown": "3.0.1",
"systeminformation": "3.42.2",
"telegraf": "3.24.1",
"telegraf-ratelimit": "2.0.0",
"uuid": "3.3.2",
"validator": "10.4.0"
},
"engines": {
"node": "8.12.0",
"yarn": "1.10.1"
},
"devDependencies": {
"chai": "4.1.2",
"chai-arrays": "^2.0.0",
"mocha": "5.2.0",
"sinon": "6.1.0",
"sinon-chai": "3.2.0"
}
}