-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
{
"name": "restjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ajv": "^5.5.0",
"bcrypt": "4.0.1",
"bcryptjs": "2.4.3",
"body-parser": "*",
"cors": "*",
"express": "*",
"firebase-admin": "^8.12.1",
"jsonwebtoken": "^8.5.1",
"multer": "1.4.1",
"mysql": "^2.16.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.13.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pm2": "^2.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ardhanmz/RestJS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ardhanmz/RestJS/issues"
},
"homepage": "https://github.com/ardhanmz/RestJS#readme"
}