This commit is contained in:
Alexander NeonXP Kiryukhin 2019-06-09 16:12:24 +03:00
parent 08c23bda73
commit 6b8ef1ef1a

21
package.json Normal file
View file

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