From 6b8ef1ef1a93061a43cfe5e6d94db0e7f2a29052 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Sun, 9 Jun 2019 16:12:24 +0300 Subject: [PATCH] initial --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1c2e075 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "react-native-raster-maps", + "version": "1.0.0", + "description": "Based on https://pigeon-maps.js.org/.", + "main": "src/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "github.com/neonxp/react-native-raster-maps" + }, + "keywords": [ + "react", + "react-native", + "maps", + "osm" + ], + "author": "Alexander NeonXP Kiryukhin", + "license": "MIT" +}