UNPKG

lusca

Version:

Application security for express.

49 lines (48 loc) 1.05 kB
{ "name": "lusca", "version": "1.7.0", "description": "Application security for express.", "main": "index", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/krakenjs/lusca.git" }, "author": { "name": "Jeff Harrell", "email": "jeharrell@paypal.com" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "licenses": [ { "type": "Apache 2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "engines": { "node": ">=0.8.x" }, "engineStrict": true, "devDependencies": { "body-parser": "^1.6.3", "cookie-parser": "^1.3.2", "cookie-session": "^1.0.2", "data-driven": "^1.0.0", "errorhandler": "^1.1.1", "express": "^4.3.8", "express-session": "^1.7.5", "grunt": "^0.4.5", "grunt-cli": "^1.2.0", "grunt-contrib-jshint": "^3.0.0", "grunt-mocha-test": "^0.7.0", "jshint": "*", "supertest": "^0.13.0" }, "dependencies": { "tsscmp": "^1.0.5" } }