{ "name": "node-oauth-example", "version": "1.0.0", "description": "An example of oAuth2.0 using node", "main": "index.js", "repository": "https://githubb.com/sohamkamani/node-oauth-example", "author": "sohamkamani", "license": "MIT", "scripts": { "start": "node index.js" }, "dependencies": { "axios": "^0.21.1", "express": "^4.16.3" } }