luma.gl/modules/constants/package.json
2019-01-18 15:01:15 -08:00

35 lines
618 B
JSON

{
"name": "@luma.gl/constants",
"version": "7.0.0-alpha.6",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uber/luma.gl"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl",
"glsl",
"debug",
"3d"
],
"main": "src/index.js",
"module": "src/index.js",
"esnext": "src/index.js",
"files": [
"src",
"README.md"
],
"sideEffects": false,
"browser": {
"fs": false
},
"scripts": {
"clean": "echo nothing to clean",
"build": "echo nothing to build"
}
}