Cantilever-Labs/package.json

29 lines
597 B
JSON
Raw Normal View History

2021-03-25 22:39:13 -07:00
{
"name": "cantilever-labs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2021-03-26 06:29:27 -07:00
"start:dev": "nodemon app.js"
2021-03-25 22:39:13 -07:00
},
"author": "",
"license": "ISC",
"dependencies": {
2021-03-26 06:29:27 -07:00
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
2021-04-01 06:38:27 -07:00
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
2021-03-25 22:39:13 -07:00
"express": "^4.17.1",
2021-04-01 06:38:27 -07:00
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.2",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"razorpay": "^2.0.6",
"shortid": "^2.2.16"
2021-03-25 22:39:13 -07:00
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}