From d8be189a9a89c2566714e33e9f1efa9bbcf9194b Mon Sep 17 00:00:00 2001 From: Mostafa Soufi Date: Wed, 4 May 2022 00:03:45 +0300 Subject: [PATCH] Add package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0341565 --- /dev/null +++ b/package.json @@ -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" +}