@christiansandor/passports
Version:
Passports ---------
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "@christiansandor/passports",
"version": "1.0.0",
"main": "dist/passports.js",
"license": "MIT",
"scope": "",
"scripts": {
"build": "tsc -p tsconfig.json"
},
"types": [
"dist/passports.interface.d.ts",
"dist/passports.d.ts"
],
"dependencies": {
"debug": "^4.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"passport": "^0.4.0"
},
"devDependencies": {
"@types/debug": "^0.0.31",
"@types/express": "^4.16.0",
"@types/express-session": "^1.15.11",
"@types/node": "^10.12.0",
"@types/passport": "^0.4.6",
"typescript": "^3.1.3"
},
"description": "Passports ---------",
"repository": {
"type": "git",
"url": "git+https://github.com/christiansandor/passports.git"
},
"keywords": [
"passport",
"passports"
],
"author": "Krisztian Sandor",
"bugs": {
"url": "https://github.com/christiansandor/passports/issues"
},
"homepage": "https://github.com/christiansandor/passports#readme"
}