{
  "name": "react-native-amap-locations",
  "version": "0.2.0",
  "description": "lite location wrapper above amap SDK.",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "babel src/ --out-dir lib --source-maps inline"
  },
  "keywords": [
    "react-native"
  ],
  "author": "yang.yuncai <383235388@qq.com>",
  "contributors": [
    {
      "name": "yang.yuncai",
      "email": "383235388@qq.com"
    },
    {
      "name": "huang.jian",
      "email": "hjj491229492@hotmail.com"
    }
  ],
  "files": [
    "android",
    "gradle",
    "lib",
    "gradlew",
    "gradlew.bat",
    "yarn.lock"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react-native": "~0.55.2"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-3": "^6.24.1"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0"
  }
}
