Gaëtan Renaudeau 3fa0113ef2 v3.0.0-alpha.7
2017-04-19 14:07:00 +02:00

25 lines
669 B
JSON

{
"name": "cookbook-expo",
"version": "3.0.0-alpha.7",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
"main": "main.js",
"dependencies": {
"@expo/ex-navigation": "^2.9.4",
"expo": "^15.0.0",
"gl-react": "^3.0.0-alpha.7",
"gl-react-expo": "^3.0.0-alpha.7",
"glsl-transitions": "^2017.1.16",
"ndarray": "^1.0.18",
"raf": "^3.3.0",
"react": "~15.4.2",
"react-motion": "^0.4.7",
"react-native": "github:exponentjs/react-native#sdk-15.0.0",
"seedrandom": "github:gre/seedrandom#released"
},
"scripts": {
"prepublish": "cd src/examples; ./gen.sh 1> index.js"
}
}