UNPKG

729 BJSONView Raw
1{
2 "name": "ctrlb-prod-fw",
3 "version": "1.0.22",
4 "description": "Product framework package of CtrlB Software Pvt Ltd. Provides core functionality common to all business applications.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "Mohammed Rehman",
10 "license": "ISC",
11 "dependencies": {
12 "@sendgrid/mail": "^6.2.0",
13 "body-parser": "^1.18.2",
14 "dotenv": "^4.0.0",
15 "express": "^4.16.2",
16 "express-jwt": "^5.3.0",
17 "express-session": "^1.15.6",
18 "jsonwebtoken": "^8.1.0",
19 "mongoose": "^4.13.9",
20 "passport": "^0.4.0",
21 "passport-local": "^1.0.0",
22 "path": "^0.12.7",
23 "redis": "^2.8.0",
24 "speakeasy": "^2.0.0"
25 }
26}