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

39 lines
905 B
JSON

{
"name": "gl-react-native",
"version": "3.0.0-alpha.7",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
"keywords": [
"gl-react",
"gl",
"opengl",
"react",
"react-native",
"react-component"
],
"main": "lib/index.js",
"files": [
"android",
"cpp",
"ios",
"lib",
"src",
".flowconfig",
"LICENSE",
"install-steps.png",
"README.md"
],
"peerDependencies": {
"gl-react": "^3.0.0-alpha.7",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.0.0-alpha.7"
},
"scripts": {
"prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib"
}
}