forked from BunkSheet/EAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "assignment-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf node_modules;npm install ; node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.402.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"date-and-time": "^0.6.3",
"dateformat": "^3.0.3",
"expo-server-sdk": "^3.1.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"hbs": "^4.0.4",
"http": "0.0.0",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.13",
"mongoose": "^5.4.19",
"multer": "^1.4.1",
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"swagger-ui-express": "^4.0.2",
"time": "^0.12.0",
"which-country": "^1.0.0"
}
}