package.json 235 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:../..",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
10
    "gl-react": "^2.0.2",
11
    "react-native": "^0.17.0"
12 13
  }
}