{
  "name": "react-native-android-preference",
  "description": "Boilerplate for React Native components with native code.",
  "author": "zhangsn <nkzhangsn@gmail.com>",
  "version": "0.0.3",
  "main": "components/HelloWorld.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:zhangsn/RNPreference.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "react": ">=15.3.1",
    "react-native": ">=0.34"
  },
  "license": "Apache-2.0",
  "rnpm": {
    "android": {
      "sourceDir": "./android"
    }
  }
}
