coco-the-bear-auth-sessiontoken
Version:
A route handler for CoCo The Bear that enforces session token authentication and authorization.
57 lines (56 loc) • 1.6 kB
JSON
{
"name": "coco-the-bear-auth-sessiontoken",
"version": "0.0.4",
"description": "A route handler for CoCo The Bear that enforces session token authentication and authorization.",
"main": "index.js",
"directories": {
"pretest": "./node_modules/eslint/bin/eslint.js .",
"test": "./node_modules/mocha/bin/_mocha ./test --recursive"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dannybster/coco-the-bear-auth-sessiontoken.git"
},
"keywords": [
"CoCo",
"The",
"Bear",
"session",
"token",
"authentication",
"authorization",
"authorisation"
],
"author": "Daniel Bruce",
"license": "ISC",
"bugs": {
"url": "https://github.com/dannybster/coco-the-bear-auth-sessiontoken/issues"
},
"homepage": "https://github.com/dannybster/coco-the-bear-auth-sessiontoken#readme",
"devDependencies": {
"@dannybster/coco-the-bear-test-utils": "0.0.4",
"body-parser": "^1.17.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.3",
"express": "^4.15.2",
"mocha": "^3.2.0",
"passport-local": "^1.0.0",
"rewire": "^2.5.2",
"should": "^11.2.1",
"supertest": "^3.0.0",
"uuid": "^3.0.1"
},
"dependencies": {
"@dannybster/coco-the-bear-http-errors": "0.0.3",
"cookie-parser": "^1.4.3",
"express-session": "^1.15.2",
"mongodb": "^2.2.27",
"passport": "^0.3.2"
}
}