Gaëtan Renaudeau f8e462233d internal refactoring. fixes https://github.com/gre/gl-react/issues/134
the texture loader system was externalized into a set of libs webgltexture-loader*
2017-09-05 17:15:15 +02:00

48 lines
1.1 KiB
JSON

{
"name": "gl-react-native",
"version": "3.13.0",
"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.13.0",
"react": "*",
"react-native": "*",
"react-native-webgl": "*"
},
"devDependencies": {
"gl-react": "^3.13.0"
},
"scripts": {
"prepublish":
"cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib",
"watch":
"cd ../.. && export PATH=$(npm bin):$PATH && cd - && babel --watch --source-maps -d lib src"
},
"dependencies": {
"prop-types": "^15.5.8",
"webgltexture-loader-react-native": "^0.6.0"
}
}