{
  "name": "react-native-argon2",
  "version": "4.0.0",
  "description": "React Native Wrapper around Argon2",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/poowf/react-native-argon2"
  },
  "keywords": [
    "argon2",
    "react-native",
    "react",
    "ios",
    "android",
    "react-component"
  ],
  "author": "zanechua",
  "contributors": [
    {
      "name": "Zane J. Chua",
      "email": "hi@zanechua.com",
      "url": "https://zanechua.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "standard-version": "^9.5.0"
  },
  "bugs": {
    "url": "https://github.com/poowf/react-native-argon2/issues"
  },
  "homepage": "https://github.com/poowf/react-native-argon2#readme",
  "scripts": {
    "release": "standard-version"
  }
}