aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4ae5511102ee8dacb20c47c261b42d887f10bf72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "react-native-raster-maps",
  "version": "1.0.2",
  "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"
  }
}