forked from TechNickAI/node_geoip_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 744 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
{
"name": "node_geoip_server",
"homepage":"https://github.com/gorillamania/node_geoip_server",
"author":"Nick Sullivan <nick at sullivanflock . com>",
"description":"Node js http server that delivers geoip data",
"version": "0.3.0",
"private": true,
"repository": {
"type":"git",
"url":"git://github.com/gorillamania/node_geoip_server.git"
},
"bugs": {
"url":"http://github.com/gorillamania/node_geoip_server/issues"
},
"main":"app.js",
"engine":{"node": ">=0.6.0", "npm": "1"},
"licences": [
{
"type":"OpenBSD",
"url": "http://www.openbsd.org/policy.html"
}
],
"dependencies": {
"geoip": "0.4.x",
"optimist": "0.3.x"
}
}