csurfer
Version:
CSRF token middleware
46 lines (45 loc) • 1.15 kB
JSON
{
"name": "csurfer",
"description": "CSRF token middleware",
"version": "1.10.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"license": "MIT",
"repository": "strawbrary/csurf",
"dependencies": {
"cookie": "0.2.3",
"cookie-signature": "1.0.6",
"csrf": "~3.0.1",
"http-errors": "~1.4.0"
},
"devDependencies": {
"body-parser": "1.15.0",
"connect": "3.4.1",
"cookie-parser": "1.4.1",
"cookie-session": "~1.1.0",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"supertest": "1.1.0"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --check-leaks --reporter spec --bail test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"keywords": [
"csrf",
"tokens",
"middleware",
"express"
]
}