forked from ryanbillingsley/express-ipfilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 KB
/
package.json
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
47
{
"name": "express-ipfilter",
"description": "A light-weight IP address based filtering system",
"version": "0.3.1",
"author": "BaM Interactive",
"dependencies": {
"ip": "~1.1.0",
"lodash": "~3.10.1",
"range_check": "^1.2.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-check-dependencies": "^0.12.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^19.0.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "~0.12.7",
"istanbul": "^0.4.0",
"load-grunt-tasks": "^3.3.0",
"minimatch": "^3.0.3",
"mocha": "^2.5.3",
"mocha-junit-reporter": "^1.9.1",
"publish": "^0.5.0"
},
"keywords": [
"middleware",
"ipfilter",
"ip filter",
"ipban",
"ip ban",
"express"
],
"repository": {
"type": "git",
"url": "https://github.com/baminteractive/express-ipfilter.git"
},
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"push": "publish"
},
"license": "MIT"
}