package.json 312 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",
11
    "react-native": "^0.14.2"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
12 13 14
  },
  "devDependencies": {
    "react-native-cli": "^0.1.7"
15 16
  }
}