-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.41 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
{
"name": "e-ecommerce-api",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"start-watch": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.1.6",
"express-mongo-sanitize": "^1.3.2",
"express-processimage": "^9.0.0",
"express-rate-limit": "^5.0.0",
"express-session": "^1.17.0",
"gm": "^1.23.1",
"helmet": "^3.21.2",
"https": "^1.0.0",
"jade": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.3.5",
"mongoose": "^5.7.13",
"mongoose-unique-validator": "^2.0.3",
"morgan": "^1.9.1",
"socket.io": "^2.3.0",
"swagger-jsdoc": "^3.4.0",
"swagger-ui-dist": "^3.24.3",
"swagger-ui-express": "^4.1.2",
"unirest": "^0.6.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^1.17.2"
},
"repository": {
"type": "git",
"url": "git+https://harmonizerblinks@bitbucket.org/roninafrica/e-commerce-api.git"
},
"homepage": "https://bitbucket.org/roninafrica/e-commerce-api#readme",
"description": ""
}