csrfimmunity
Version:
Protection against Cross Site Request Forgery attacks. This module provides multiple variation of protection.
39 lines (38 loc) • 933 B
JSON
{
"name": "csrfimmunity",
"version": "0.2.1",
"description": "Protection against Cross Site Request Forgery attacks. This module provides multiple variation of protection.",
"main": "index.js",
"dependencies": {
"colors": "^1.1.2",
"crypto": "^0.0.3",
"randomstring": "^1.1.0"
},
"scripts": {
"test": "make all"
},
"repository": {
"type": "git",
"url": "https://github.com/ppattanayak/CSRFImmunity"
},
"keywords": [
"CSRF",
"csrf"
],
"author": "Piyush Pattanayak <pattanayak.piyush@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ppattanayak/CSRFImmunity/issues"
},
"homepage": "https://github.com/ppattanayak/CSRFImmunity",
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.3",
"mocha": "^3.1.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}