gl-react-native
Version:
OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm
33 lines (32 loc) • 871 B
JSON
{
"name": "gl-react-native",
"version": "2.1.1",
"description": "OpenGL bindings for react-native to implement complex effects over images and components, in the descriptive VDOM paradigm",
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSeptemberInc/gl-react-native.git"
},
"bugs": {
"url": "https://github.com/ProjectSeptemberInc/gl-react-native/issues"
},
"homepage": "https://github.com/ProjectSeptemberInc/gl-react-native#readme",
"keywords": [
"gl",
"opengl",
"react",
"react-native"
],
"author": "Project September <tech@projectseptember.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.16.0",
"gl-react": ">= 2.0.2"
},
"dependencies": {
"invariant": "2.2.0"
},
"devDependencies": {
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0"
}
}