{
  "name": "react-native-barcode-sdk",
  "version": "1.0.1",
  "description": "A smart barcode scanner component for React Native app",
  "main": "Barcode.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "Barcode.js",
    "ios",
    "android/src",
    "android/build.gradle",
    "RNSmartBarcode.podspec"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/850176300/react-native-barcode-sdk.git"
  },
  "keywords": [
    "react-native",
    "smart",
    "barcode",
    "scan"
  ],
  "author": "HISAME SHIZUMARU",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/850176300/react-native-barcode-sdk/issues"
  },
  "homepage": "https://github.com/850176300/react-native-barcode-sdk#readme",
  "peerDependencies": {
    "react-native": ">=0.40.0"
  }
}
