{
  "name": "react-native-default-preference",
  "version": "1.4.4",
  "description": "Use SharedPreference (Android) and UserDefaults (iOS) with React Native over a unified interface",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kevinresol/react-native-default-preference.git"
  },
  "keywords": [
    "react-native",
    "NSUserDefaults",
    "user defaults",
    "SharedPreferences",
    "shared preferences"
  ],
  "author": "kevinresol",
  "license": "MIT",
  "peerDependencies": {
    "react-native": ">=0.47.0"
  },
  "homepage": "https://github.com/kevinresol/react-native-default-preference#readme"
}
