package.json 251 Bytes
Newer Older
1 2 3 4 5
{
  "name": "Tests",
  "version": "0.0.1",
  "private": true,
  "scripts": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
6
    "start": "react-native start"
7 8 9
  },
  "dependencies": {
    "gl-react-native": "file:../..",
10
    "gl-react": "file:../../../gl-react",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
11
    "react-native": "^0.16.0"
12 13
  }
}