mirror of
https://github.com/netfun2000/ip2region.git
synced 2026-02-27 09:44:31 +08:00
nodejs client init
This commit is contained in:
24
binding/nodejs/package.json
Normal file
24
binding/nodejs/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "ip2region",
|
||||
"version": "0.0.1",
|
||||
"description": "ip database ",
|
||||
"main": "ip2region.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lionsoul2016/ip2region"
|
||||
},
|
||||
"keywords": [
|
||||
"ip2region",
|
||||
"ip",
|
||||
"region"
|
||||
],
|
||||
"author": "dongyado",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lionsoul2016/ip2region/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lionsoul2016/ip2region"
|
||||
}
|
||||
Reference in New Issue
Block a user