-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.1 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.1 KB
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
{
"name": "node_geoip_server",
"description":"Node js http server that delivers geoip data",
"version": "0.3.2",
"keywords": ["node", "geoip", "ip lookup", "geo lookup"],
"author": { "name": "Nick Sullivan"},
"contributors": [
{
"name": "Nick Sullivan",
"email": "nick@sullivanflock.com",
"web": "http://creationeer.me"
}
],
"maintainers": [
{
"name": "Nick Sullivan",
"email": "nick@sullivanflock.com",
"web": "http://creationeer.me"
}
],
"repository": {
"type":"git",
"url":"git://github.com/gorillamania/node_geoip_server.git"
},
"bugs": {
"url":"http://github.com/gorillamania/node_geoip_server/issues"
},
"homepage":"https://github.com/gorillamania/node_geoip_server",
"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"
}
}