protected-cookie
Version:
Middleware for Express.js for setting HttpOnly cookie and get access to existance of this cookie
32 lines (31 loc) • 820 B
JSON
{
"name": "protected-cookie",
"version": "1.1.2",
"description": "Middleware for Express.js for setting HttpOnly cookie and get access to existance of this cookie",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha --reporter spec --bail --check-leaks test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yankouskia/protected-cookie.git"
},
"keywords": [
"Cookie",
"Express",
"Node",
"Safe",
"Protected",
"Middleware"
],
"author": "aleksandr.yankovskiy@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/yankouskia/protected-cookie/issues"
},
"homepage": "https://github.com/yankouskia/protected-cookie#readme",
"devDependencies": {
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}