Add package.json

This commit is contained in:
Mostafa Soufi
2022-05-04 00:03:45 +03:00
parent 451429b11c
commit d8be189a9a

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "geolite2-city",
"version": "1.0.0",
"description": "Alternative GeoLite2-City.mmdb.gz Database source provided by MaxMind.com",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wp-statistics/GeoLite2-City.git"
},
"keywords": [
"geoip",
"maxmind",
"city",
"ip",
"location"
],
"author": "VeronaLabs",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/wp-statistics/GeoLite2-City/issues"
},
"homepage": "https://github.com/wp-statistics/GeoLite2-City#readme"
}