forked from kuno/GeoIP
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.19 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
43
44
{
"name":"geoip-static",
"description":"GeoIP binding for node. Static native library included. Also deployable on heroku.",
"version":"0.4.6",
"homepage":"http://github.com/toots/GeoIP",
"author":"Romain Beauxis <[email protected]",
"contributors":
[
"Guan 'kuno' Qing <[email protected]>",
"Vladimir Dronnikov <[email protected]>",
"Konstantin Käfer <[email protected]>",
"Joe Vennix <[email protected]>",
"artems <[email protected]>",
"Sven Steinheißer <[email protected]>",
"James Taylor <[email protected]>"
],
"repository":
{
"type":"git",
"url":"git://github.com/toots/GeoIP.git"
},
"bugs":
{
"mail":"[email protected]",
"url":"http://github.com/toots/GeoIP/issues"
},
"main":"index.js",
"directory":
{ "src":"./src",
"test":"./test",
"misc":"./misc",
"sample":"./sample",
"benchmark":"./benchmark"
},
"engine":{"node": ">= 0.4.7", "npm": "1"},
"script":{"install": "node-waf clean configure build"},
"licences":
[
{
"type":"LGPL2.1",
"url": "http://www.gnu.org/licenses/lgpl-2.1.txt"
}
]
}