package.json 305 Bytes
Newer Older
1 2 3 4 5
{
  "name": "Simple",
  "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-core": "file:../../../gl-react-core",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
11 12
    "react-native": "^0.14.2",
    "react-native-material-kit": "^0.2.2"
13 14
  }
}