package.json 381 Bytes
Newer Older
Greg Wilson's avatar
Greg Wilson committed
1 2 3 4 5 6 7 8
{
  "name": "StepsDemo",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node node_modules/react-native/local-cli/cli.js start"
  },
  "dependencies": {
9
    "lodash": "^4.13.1",
Greg Wilson's avatar
Greg Wilson committed
10
    "react": "15.1.0",
11 12 13
    "react-mixin": "^2.0.2",
    "react-native": "^0.28.0",
    "react-native-apple-healthkit": "file:///Users/greg/Dev/experimental/RCTAppleHealthKit"
Greg Wilson's avatar
Greg Wilson committed
14 15
  }
}