-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "sql-injection",
"description": "This express module detects sql injection attacks and stops them with 403 http status code.",
"version": "0.0.5",
"author": "Ghafran Abbas <ghafranabbas@gmail.com>",
"homepage": "https://github.com/socialradar/sql-injection",
"repository": {
"type": "git",
"url": "https://github.com/socialradar/sql-injection"
},
"main": "./lib/index",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"raw-body": "~1.1.3"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.5",
"grunt-contrib-watch": "~0.5.3",
"grunt-simple-mocha": "~0.4.0",
"grunt-bump": "~0.0.11",
"mocha": "~1.13.0",
"supertest": "~0.10.0",
"express": "~3.5.1"
},
"keywords": [
"sql",
"injection",
"sqlinjection",
"security",
"express",
"expressjs",
"module"
],
"bugs": {
"url": "https://github.com/socialradar/sql-injection/issues"
},
"directories": {
"test": "test"
},
"license": "MIT"
}