{
  "name": "react-native-dji-mobile",
  "version": "0.3.18",
  "description": "A React Native wrapper for DJI's Mobile SDK.",
  "main": "index.js",
  "scripts": {
    "dev": "node ./scripts/make.js"
  },
  "keywords": [
    "react-native",
    "dji-mobile"
  ],
  "author": "Aerobotics",
  "license": "MIT",
  "peerDependencies": {
    "react-native": "^0.57.8"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "chokidar": "^2.0.4",
    "eslint": "^5.16.0",
    "eslint-plugin-flowtype": "^3.4.2",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-native": "^3.6.0",
    "flow-bin": "^0.91.0",
    "react-native": "^0.57.8"
  },
  "dependencies": {
    "rxjs": "^6.4.0"
  },
  "directories": {
    "doc": "docs",
    "example": "example",
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Aerobotics/react-native-dji-mobile.git"
  },
  "bugs": {
    "url": "https://github.com/Aerobotics/react-native-dji-mobile/issues"
  },
  "homepage": "https://github.com/Aerobotics/react-native-dji-mobile#readme"
}
