package.json 312 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
  },
  "dependencies": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
9
    "gl-react": "^2.0.8",
10
    "gl-react-native": "file:../..",
11
    "react-native": "^0.17.0",
12
    "react-native-fs": "^1.1.0",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
13
    "react-native-material-kit": "^0.2.4"
14 15
  }
}