-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "node-express-shopping-cart-api",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcryptjs": "~2.4.3",
"bluebird": "~3.5.1",
"body-parser": "~1.18.2",
"compression": "^1.7.1",
"cors": "~2.8.4",
"debug": "~3.1.0",
"express": "~4.16.2",
"express-jwt": "~6.0.0",
"express-jwt-authz": "^1.0.0",
"express-validation": "~1.0.2",
"helmet": "^3.9.0",
"http-status": "~1.0.1",
"joi": "^13.0.2",
"jsonwebtoken": "^8.1.0",
"jwks-rsa": "^1.2.1",
"method-override": "~2.3.10",
"mongoose": "^5.9.4",
"morgan": "~1.9.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"prettier-eslint": "^8.2.5"
},
"repository": "https://github.com/uidoyen/node-express-shopping-cart-api.git",
"author": "A. Hussain Ansari",
"license": "MIT"
}