-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (31 loc) · 886 Bytes
/
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
{
"name": "hostinfo",
"description": "Uses the hostinfo database to geocode ip addresses",
"version": "0.0.1",
"tags" : ["geoip", "hostinfo", "util", "utility"],
"author" : "Carter Cole <[email protected]>",
"maintainers":[
{
"name":"Carter Cole",
"email":"[email protected]"
}
],
"homepage": "http://blog.cartercole.com",
"repository" : {
"type" : "git",
"url" : "git://github.com/neopunisher/node-hostip.git"
},
"main" : "main.js",
"licenses" : [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],"bugs" :
{ "web" : "https://github.com/neopunisher/node-hostip/issues" },
"dependencies": {
"xml2js": ">= 0.1.9",
"request": ">= 2.1.0"
},
"engine": [ "node >=0.4.1" ]
}