{
  "name": "react-native-pdf-lib",
  "version": "1.0.0",
  "description": "A react native library for handling generating PDFs",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "react-native"
  ],
  "author": "Andrew Dillon",
  "license": "Apache-2.0",
  "peerDependencies": {},
  "repository": "git+https://github.com/Hopding/react-native-pdf-lib.git",
  "bugs": {
    "url": "https://github.com/Hopding/react-native-pdf-lib/issues"
  },
  "homepage": "https://github.com/Hopding/react-native-pdf-lib#readme",
  "rnpm": {
    "assets": [
      "./assets"
    ]
  },
  "jest": {
    "setupFiles": [
      "./jest/jest-setup.js"
    ],
    "roots": [
      "<rootDir>/js"
    ]
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.0",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-native": "4.0.0",
    "flow": "^0.2.3",
    "flow-bin": "^0.66.0",
    "jest": "^22.4.0",
    "jest-cli": "^22.4.0"
  },
  "dependencies": {
    "babel-preset-flow": "^6.23.0"
  }
}
