package.json 309 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5
{
  "name": "AdvancedEffects",
  "version": "0.0.1",
  "private": true,
  "scripts": {
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
6
    "start": "react-native start"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
7 8
  },
  "dependencies": {
9
    "gl-react-native": "file:../..",
10
    "gl-react-core": "file:../../../gl-react-core",
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
11 12
    "glsl-transitions": "^2015.11.8",
    "react-native": "^0.14.2"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
13 14
  }
}