Gaëtan Renaudeau 4600bcedd0 initial release
2016-12-02 10:55:17 +01:00

34 lines
694 B
JSON
Executable File

{
"private": true,
"name": "gl-react-native",
"version": "3.0.0-alpha",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native 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": [
"src",
"lib",
".flowconfig",
"README.md",
"LICENSE"
],
"peerDependencies": {
"react": "*",
"react-native": "*",
"gl-react": "3.0.x"
},
"dependencies": {
"exponent": "^11.0.0-rc1",
"invariant": "^2.2.1"
}
}