aboutsummaryrefslogblamecommitdiff
path: root/package.json
blob: 34187c7aaa124ae6a558c1359dca3aaf2a075c13 (plain) (tree)
1
2
3

                                     
                     















                                                         





                                
 
{
  "name": "react-native-raster-maps",
  "version": "1.0.1",
  "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",
  "peerDependencies": {
    "react": "^16.8.6",
    "react-native": "^0.59.9",
    "react-native-svg": "^9.5.0"
  }
}