mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"name": "gl-react",
|
|
"version": "0.0.1",
|
|
"description": "WebGL bindings for react to implement complex graphics and image effects, in VDOM descriptive paradigm",
|
|
"main": "index.js",
|
|
"browserify": {
|
|
"transform": [
|
|
"babelify"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ProjectSeptemberInc/gl-react.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"gl",
|
|
"webgl"
|
|
],
|
|
"author": "Project September <tech@projectseptember.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ProjectSeptemberInc/gl-react/issues"
|
|
},
|
|
"homepage": "https://github.com/ProjectSeptemberInc/gl-react#readme",
|
|
"devDependencies": {
|
|
"babelify": "^6.1.3",
|
|
"browserify": "^11.0.1",
|
|
"eslint": "^1.2.0",
|
|
"eslint-plugin-react": "^3.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.13"
|
|
},
|
|
"dependencies": {
|
|
"gl-shader": "^4.0.5",
|
|
"gl-texture2d": "^2.0.9",
|
|
"invariant": "^2.1.0"
|
|
}
|
|
}
|