package.json 385 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5
{
  "name": "Hearts",
  "version": "0.0.1",
  "private": true,
  "scripts": {
6
    "start": "node node_modules/react-native/local-cli/cli.js start"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
7 8 9
  },
  "dependencies": {
    "crypto": "0.0.3",
10 11
    "fbjs": "^0.6.0",
    "gl-react": "^2.1.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
12
    "gl-react-native": "file:../..",
13
    "react": "^0.14.5",
14
    "react-native": "^0.18.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
15 16 17
    "seedrandom": "gre/seedrandom#released"
  }
}