forked from runk/node-maxmind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 958 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 958 Bytes
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
{
"name": "maxmind",
"version": "0.3.3-incrowd",
"homepage": "https://github.com/runk/node-maxmind",
"description": "IP lookup using Maxmind databases",
"keywords": [
"maxmind",
"geo",
"geobase",
"geo lookup",
"ip base",
"geocode",
"timezone",
"asn"
],
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"contributors": [
"Thomas Birke @quafzi <quafzi@netextreme.de>"
],
"dependencies": {},
"devDependencies": {
"mocha": ">= 1.10.0",
"jshint": ">= 2.1.3"
},
"repository": {
"type": "git",
"url": "git@github.com:runk/node-maxmind.git"
},
"bugs": {
"mail": "deadrunk@gmail.com",
"url": "http://github.com/runk/node-maxmind/issues"
},
"main": "index.js",
"engine": {
"node": ">=0.8.0",
"npm": "1"
},
"license": "MIT",
"scripts": {
"lint": "jshint ./lib/*.js ./lib/**/*.js ./index.js ./examples/*.js",
"test": "mocha -R spec --recursive"
}
}