{
  "name": "react-native-fs-local-copy",
  "version": "1.1.0",
  "description": "local copy of react-native-fs. please igonre this and refer to original publisher thanks",
  "main": "FS.common.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "flow": "flow; test $? -eq 0 -o $? -eq 2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/itinance/react-native-fs.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
    "fs",
    "filesystem",
    "download",
    "upload",
    "file-transfer"
  ],
  "author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
  "license": "MIT",
  "dependencies": {
    "base-64": "^0.1.0",
    "utf8": "^2.1.1"
  },
  "devDependencies": {
    "flow-bin": "0.28.0",
    "react": "^16.2.0",
    "react-native": "^0.51.0",
    "prop-types": "15.6.0",
    "create-react-class": "^15.6.2"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-native": "^0.51.0",
    "prop-types": "15.6.0"
  },
  "bugs": {
    "url": "https://github.com/itinance/react-native-fs/issues"
  },
  "homepage": "https://github.com/itinance/react-native-fs#readme"
}
