aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <a.kiryukhin@mail.ru>2019-06-09 16:12:24 +0300
committerAlexander NeonXP Kiryukhin <a.kiryukhin@mail.ru>2019-06-09 16:12:24 +0300
commit6b8ef1ef1a93061a43cfe5e6d94db0e7f2a29052 (patch)
tree98a23934b27af1091227d0877d0fa016ff313a43 /package.json
parent08c23bda73b4c057bc50b19dbe8d1595c51c9835 (diff)
initial
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
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"
+}