2019-04-03 15:27:43 -07:00

20 lines
474 B
JSON

{
"name": "babel-plugin-inline-webgl-constants",
"version": "1.0.0",
"description": "Babel plugin for replacing long gl constants with the shorter corresponding numbers",
"license": "MIT",
"author": "Ib Green",
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"keywords": [
"babel-plugin",
"webgl",
"strip gl constants"
],
"main": "index.js",
"dependencies": {
"@luma.gl/constants": "^7.0.0-beta"
}
}