-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "mdbcentral",
"version": "1.0.0",
"description": "Monolithic app for Mobile Developers of Berkeley",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"author": "Krishnan Rajiyah",
"license": "ISC",
"dependencies": {
"apiai": "^4.0.3",
"body-parser": "^1.18.2",
"cleverbot-node": "^0.3.11",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-validator": "^4.3.0",
"firebase-admin": "^5.12.0",
"firebase-admin-util": "^1.0.4",
"github": "^13.1.1",
"is-url": "^1.2.4",
"jira-client": "^6.4.1",
"moment": "^2.22.0",
"moment-timezone": "^0.5.14",
"multer": "^1.3.0",
"node-schedule-tz": "^1.2.1-4",
"nodemailer": "^4.6.4",
"nodemailer-smtp-transport": "^2.7.4",
"regression": "^2.0.1",
"request": "^2.85.0",
"slackbots": "^1.1.0",
"stats-lite": "^2.1.0",
"string-similarity": "^1.2.0"
}
}