-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 893 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
35
36
37
38
39
40
{
"name": "rest-shop",
"version": "1.0.0",
"description": "Nodejs api tutorial",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"keywords": [
"node",
"restful",
"api"
],
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.7.2",
"angular-data-storage": "^1.1.1",
"angular-local-storage": "^0.7.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"email-verification": "^0.4.6",
"express": "^4.16.3",
"fs": "0.0.1-security",
"jsonwebtoken": "^8.2.2",
"mongoose": "^5.1.2",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"multiparty": "^4.1.4",
"nodemailer": "^4.6.7",
"s3": "^4.4.0",
"s3-client": "^4.4.1",
"sendotp": "^1.2.8",
"uuid": "^3.3.0"
},
"devDependencies": {
"nodemon": "^1.17.4"
}
}