{
  "name": "rn-sketch-canvas",
  "version": "0.2.0",
  "description": "Allows you to draw on both iOS and Android devices and sync the drawing data between users",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": "https://github.com/tomgreco/rn-sketch-canvas",
  "author": "tomgreco <tom.greco@scanifly.com> (https://github.com/tomgreco/rn-sketch-canvas)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomgreco/rn-sketch-canvas/issues"
  },
  "homepage": "https://github.com/tomgreco/rn-sketch-canvas#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native",
    "react-native-sketch",
    "react-native-svg",
    "react",
    "native",
    "sketch",
    "svg",
    "draw"
  ],
  "nativePackage": true
}
