{
  "name": "react-native-pathjs-charts-expo",
  "version": "0.2.0",
  "description": "Cross platform React Native charting library for expo based on react-native-pathjs-charts 0.0.34",
  "repository": {
    "type": "git",
    "url": "https://github.com/nahog/react-native-pathjs-charts-expo"
  },
  "main": "src/index.js",
  "scripts": {
    "start": "node_modules/react-native/packager/packager.sh"
  },
  "keywords": [
    "react-native",
    "expo",
    "paths-js",
    "react-pathjs-chart",
    "ios",
    "android",
    "react-native-pathjs-charts"
  ],
  "author": "Nicolas Padula",
  "license": "Apache-2.0",
  "dependencies": {
    "expo": "^30.0.0",
    "react": "16.3.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
    "core-js": "2.5.7",
    "lodash": "4.17.11",
    "paths-js": "0.4.7"
  }
}
