react-native-raster-maps/package.json

27 lines
578 B
JSON
Raw Permalink Normal View History

2019-06-09 16:12:24 +03:00
{
"name": "react-native-raster-maps",
2019-06-09 21:17:10 +03:00
"version": "1.0.2",
2019-06-09 16:12:24 +03:00
"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",
2019-06-09 19:04:34 +03:00
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-native": "^0.59.9",
"react-native-svg": "^9.5.0"
}
2019-06-09 16:12:24 +03:00
}