{
  "name": "notemx",
  "version": "0.0.1",
  "description": "NoteMX is a note taking app for Android with Dropbox sync",
  "author": "Jakub Dundalek",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dundalek/notemx"
  },
  "bugs": {
    "url": "https://github.com/dundalek/notemx/issues"
  },
  "homepage": "https://github.com/dundalek/notemx#readme",
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start",
    "dev": "react-native run-android; react-native start --reset-cache",
    "test": "jest",
    "flow": "flow"
  },
  "dependencies": {
    "react": "~15.4.0",
    "react-native": "0.41.2",
    "react-native-action-button": "^2.0.22",
    "react-native-fetch-blob": "^0.10.2",
    "react-native-menu": "^0.20.2",
    "react-native-prompt": "^1.0.0",
    "react-native-vector-icons": "^4.0.0"
  },
  "devDependencies": {
    "babel-jest": "18.0.0",
    "babel-preset-react-native": "1.9.1",
    "flow-bin": "^0.37.0",
    "jest": "18.1.0",
    "react-test-renderer": "~15.4.0"
  },
  "jest": {
    "preset": "react-native"
  }
}
