authservestatic
Version:
Serve static files with google authentication
33 lines (32 loc) • 726 B
JSON
{
"name": "authservestatic",
"version": "0.0.4",
"description": "Serve static files with google authentication",
"main": "app.ts",
"bin": {
"authservestatic": "./app.js"
},
"scripts": {
"start": "nodemon ./app.js",
"deploy": "NODE_ENV='production' node ./app.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"auth",
"static-serving"
],
"author": "Abin Simon <abinsimon10@gmail.com>",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0"
}
}