twgl.js/npm/base/package.json
Gregg Tavares 07e932d04a build
2025-07-15 23:22:47 -07:00

32 lines
709 B
JSON

{
"name": "twgl-base.js",
"version": "7.0.0",
"description": "A Tiny WebGL helper library",
"main": "dist/7.x/twgl.js",
"types": "dist/7.x/twgl-full.d.ts",
"module": "dist/7.x/twgl.module.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/greggman/twgl.js.git"
},
"keywords": [
"WebGL",
"twgl",
"util",
"helper"
],
"author": "Greggman",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/twgl.js/issues"
},
"homepage": "https://github.com/greggman/twgl.js",
"files": [
"dist/7.x/twgl.js",
"dist/7.x/twgl.module.js",
"dist/7.x/twgl.js.map",
"dist/7.x/twgl.d.ts"
],
"devDependencies": {}
}