{
  "name": "react-native-svg-pan-zoom",
  "version": "0.1.2",
  "description": "Pan-zoom for react-native-svg via 'Google Maps'-style pinch and drag gestures",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/garblovians/react-native-svg-pan-zoom.git"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-svg",
    "svg",
    "map",
    "canvas",
    "pinch",
    "pan",
    "zoom",
    "typescript",
    "javascript"
  ],
  "authors": [
    "Lukas Hedegaard <lxhdgd@gmail.com> (https://github.com/LukasHedegaard)",
    "Søren Peter Andersen (https://github.com/sorenpa)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/garblovians/react-native-svg-pan-zoom/issues"
  },
  "homepage": "https://github.com/garblovians/react-native-svg-pan-zoom#readme",
  "devDependencies": {
    "@types/react": "^16.0.27",
    "react": "^16.2.0",
    "react-native": "^0.50.0",
    "react-native-svg": "^6.0.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {}
}
