-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
43
44
45
46
47
48
49
50
51
52
{
"name": "node-mongo",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www",
"debug": "nodemon --inspect ./bin/www"
},
"author": "",
"license": "ISC",
"dependencies": {
"aes-js": "^3.1.2",
"await-to-js": "^2.1.1",
"bcrypt": "^3.0.5",
"bcrypt-promise": "^2.0.0",
"bluebird": "^3.5.4",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"date-and-time": "^0.6.3",
"dateformat": "^3.0.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"express-fileupload": "^1.1.4",
"express-mailer": "^0.3.1",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"moment": "^2.24.0",
"mongoose": "^5.4.22",
"mongoose-bcrypt": "^1.6.0",
"mongoose-delete": "^0.5.0",
"mongoose-unique-validator": "^2.0.2",
"mongoose-validator": "^2.1.0",
"morgan": "^1.9.1",
"node-cron": "^2.0.3",
"node-datetime": "^2.1.2",
"node-fetch": "^2.3.0",
"node-schedule": "^1.3.2",
"nodemon": "^1.18.10",
"npm": "^6.9.0",
"parse-error": "^0.2.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"pug": "^2.0.3",
"randomatic": "^3.1.1",
"sort-json-array": "^0.1.7",
"useragent": "^2.3.0",
"uuid": "^3.3.2"
}
}