{
  "name": "react-native-jsbarcode",
  "version": "0.0.1",
  "description": "react-native barcode generator",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcleigh/react-native-jsbarcode.git"
  },
  "keywords": [
    "react-native",
    "barcode"
  ],
  "author": "Jordan Cleigh <cleigh.jordan@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jcleigh/react-native-jsbarcode/issues"
  },
  "homepage": "https://github.com/jcleigh/react-native-jsbarcode#readme",
  "dependencies": {
    "create-react-class": "^15.6.0",
    "jsbarcode": "^3.9.0",
    "prop-types": "^15.5.10"
  },
  "directories": {
    "lib": "lib"
  },
  "devDependencies": {},
  "scripts": {
    "test": "test"
  }
}
