Upload New File
Showing
package.json
0 → 100644
{ | |||
"name": "googledrive_access", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"dev": "nodemon index.js", | |||
"prod": "node index.js" | |||
}, | |||
"author": "Dhananjaya Karandana", | |||
"license": "ISC", | |||
"dependencies": { | |||
"cookie-session": "^1.3.3", | |||
"express": "^4.16.4", | |||
"express-fileupload": "^1.1.4", | |||
"googleapis": "^39.2.0", | |||
"nodemon": "^2.0.4", | |||
"nunjucks": "^3.2.0", | |||
"passport": "^0.4.0", | |||
"passport-google-oauth20": "^2.0.0" | |||
} | |||
} |
Please register or sign in to comment