UNPKG

1.12 kBJSONView Raw
1{
2 "name": "hpp",
3 "version": "0.1.1",
4 "description": "Express middleware to protect against HTTP Parameter Pollution attacks",
5 "keywords": [
6 "hpp",
7 "http",
8 "parameter",
9 "pollution",
10 "attack",
11 "security"
12 ],
13 "homepage": "https://github.com/analog-nico/hpp",
14 "bugs": {
15 "url": "https://github.com/analog-nico/hpp/issues"
16 },
17 "license": "ISC",
18 "author": "Nicolai Kamenzky (https://github.com/analog-nico)",
19 "main": "./lib/index.js",
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/analog-nico/hpp.git"
23 },
24 "scripts": {
25 "test": "node_modules/.bin/gulp ci"
26 },
27 "dependencies": {
28 "lodash": "3.7.x",
29 "type-is": "1.6.x"
30 },
31 "engines": {
32 "node": ">=0.10.0"
33 },
34 "devDependencies": {
35 "body-parser": "1.12.x",
36 "chai": "2.2.x",
37 "chalk": "1.0.x",
38 "express": "4.12.x",
39 "gulp": "3.8.x",
40 "gulp-coveralls": "0.1.x",
41 "gulp-istanbul": "0.8.x",
42 "gulp-jshint": "1.10.x",
43 "gulp-mocha": "2.0.x",
44 "jshint-stylish": "1.0.x",
45 "request-promise": "0.4.x",
46 "rimraf": "2.3.x",
47 "run-sequence": "1.0.x"
48 }
49}