Gaëtan Renaudeau 96ec83da44 v3.12.0
2017-08-28 20:45:01 +02:00

42 lines
1.0 KiB
JSON

{
"name": "gl-react-expo",
"version": "3.12.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
"keywords": [
"gl-react",
"gl",
"opengl",
"react",
"react-native",
"expo",
"react-component"
],
"main": "lib/index.js",
"files": [
"src",
"lib",
".flowconfig",
"README.md",
"LICENSE"
],
"peerDependencies": {
"expo": "*",
"gl-react": "^3.12.0",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.12.0"
},
"dependencies": {
"invariant": "^2.2.1",
"prop-types": "^15.5.8"
},
"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"
}
}