nodejs client init

This commit is contained in:
dongyado
2016-06-22 20:00:23 +08:00
parent 72ca42f54f
commit 0e498e27f8
3 changed files with 65 additions and 0 deletions

View 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"
}