forked from mikemaccana/express-geoip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"author": {
"name": "Mike MacCana",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mikemaccana/express-geoip/issues"
},
"dependencies": {
"geoip-lite": "^1.3.4"
},
"description": "Adds the ISO country code of the request to req.countryCode",
"devDependencies": {
"simple-mock": "^0.8.0"
},
"directories": {},
"dist": {
"shasum": "649031271c021e50810407d67d8cddf108775d5e",
"tarball": "http://registry.npmjs.org/express-geoip/-/express-geoip-1.0.0.tgz"
},
"gitHead": "214bba8f4b1467ac12689519df9935c3eccde8d2",
"homepage": "https://github.com/mikemaccana/express-geoip",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "mikemaccana",
"email": "[email protected]"
}
],
"name": "express-geoip",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mikemaccana/express-geoip.git"
},
"scripts": {
"test": "mocha"
},
"version": "2.4.0",
"readmeFilename": "README.md"
}