react-native-raster-maps/package.json

22 lines
461 B
JSON
Raw Normal View History

2019-06-09 16:12:24 +03:00
{
"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"
}