{
  "name": "express-sql-injection",
  "description": "This express module detects sql injection attacks and stops them with 403 http status code.",
  "version": "0.0.8",
  "author": "Ghafran Abbas <ghafranabbas@gmail.com>",
  "homepage": "https://github.com/ghafran/sql-injection",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghafran/sql-injection.git"
  },
  "main": "./lib/index",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "raw-body": "~2.4.1"
  },
  "devDependencies": {
    "chai": "~4.3.4",
    "grunt": "~1.4.1",
    "grunt-cli": "~1.4.3",
    "grunt-contrib-jshint": "~3.0.0",
    "grunt-contrib-watch": "~1.1.0",
    "grunt-simple-mocha": "~0.4.1",
    "grunt-bump": "~0.8.0",
    "mocha": "~9.1.2",
    "supertest": "~6.1.6",
    "express": "~4.17.1"
  },
  "keywords": [
    "sql",
    "injection",
    "sqlinjection",
    "security",
    "express",
    "expressjs",
    "module"
  ],
  "bugs": {
    "url": "https://github.com/ghafran/sql-injection/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "license": "MIT"
}
