-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
{
"name": "parking",
"version": "1.0.0",
"description": "Sportzax maintained by hemil96",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+"
},
"author": "hemil96",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^2.0.0",
"body-parser": "^1.18.3",
"bs58": "^4.0.1",
"cors": "^2.8.5",
"date-and-time": "^0.6.2",
"dotenv": "^6.0.0",
"enum": "^2.5.0",
"express": "^4.16.3",
"express-rate-limit": "^3.2.0",
"express-validator": "^5.3.1",
"helmet": "^3.13.0",
"is-iso-date": "0.0.1",
"isemail": "^3.1.2",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"mongodb": "^3.1.1",
"mongoose": "^5.2.8",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"nodemailer": "^4.6.8",
"password-rules": "0.0.3",
"path": "^0.12.7",
"request": "^2.87.0",
"superagent": "^3.8.3",
"supertest": "^3.1.0",
"winston": "^3.0.0",
"winston-papertrail": "^1.0.5"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.1.0",
"pow-mongodb-fixtures": "^0.14.0",
"tape": "^4.9.1"
}
}