2016-12-26 16:50:51 +01:00

33 lines
662 B
JSON

{
"name": "gl-react-native",
"version": "3.0.0-alpha1",
"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": "*",
"exponent": "*",
"gl-react": "*"
},
"dependencies": {
"invariant": "^2.2.1"
}
}