2018-12-18 16:18:05 -08:00

17 lines
400 B
JSON

{
"name": "babel-plugin-inline-gl-constants",
"version": "0.1.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",
"gl constants"
],
"main": "index.js"
}