48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "cantilever-labs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start:dev": "nodemon app.js",
|
|
"start": "node app.js",
|
|
"test": "mocha ||true"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aws-sdk": "^2.907.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"body-parser": "^1.19.0",
|
|
"bootstrap-email": "^1.1.1",
|
|
"cookie-session": "^1.4.0",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^9.0.1",
|
|
"express": "^4.17.1",
|
|
"google-auth-library": "^7.0.4",
|
|
"grandjs": "^2.2.30",
|
|
"gridfs-stream": "^1.1.1",
|
|
"handlebars": "^4.7.7",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"messagebird": "^3.6.1",
|
|
"mongoose": "^5.12.2",
|
|
"multer": "^1.4.2",
|
|
"multer-gridfs-storage": "^4.2.0",
|
|
"multer-s3": "^2.9.0",
|
|
"nodemailer": "^6.6.0",
|
|
"nodemailer-smtp-transport": "^2.7.4",
|
|
"passport": "^0.4.1",
|
|
"passport-google-oauth": "^2.0.0",
|
|
"razorpay": "^2.0.6",
|
|
"shortid": "^2.2.16"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"chai-http": "^4.3.0",
|
|
"mocha": "^8.4.0",
|
|
"nodemon": "^2.0.7",
|
|
"supertest": "^6.1.3"
|
|
}
|
|
}
|