{
  "name": "Example",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "react-native start",
    "watch": "node ./scripts/watch-and-copy-src.js",
    "packager": "sh node_modules/react-native/packager/packager.sh --root node_modules/react-native-counter",
    "dev": "concurrently 'npm run watch' 'npm run packager'"
  },
  "dependencies": {
    "react": "15.4.1",
    "react-native": "0.39.2",
    "react-native-counter": "file:../"
  },
  "devDependencies": {
    "babel-preset-react-native": "1.9.1",
    "concurrently": "^3.1.0",
    "fs-extra": "^1.0.0",
    "minimatch": "^3.0.3",
    "node-watch": "^0.4.1",
    "rimraf": "^2.5.4"
  }
}
