package.json 367 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5 6 7 8
{
  "name": "AdvancedEffects",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node_modules/react-native/packager/packager.sh"
  },
  "dependencies": {
9
    "gl-react-native": "../..",
10 11
    "glsl-transitions": "^2015.8.17",
    "react-native": "^0.9.0"
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
12 13 14 15 16 17
  },
  "devDependencies": {
    "eslint": "^1.1.0",
    "eslint-plugin-react": "^3.2.3"
  }
}