package.json 270 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 11 12 13
    "react-native": "^0.15.0"
  },
  "devDependencies": {
    "react-native-cli": "^0.1.7"
14 15
  }
}