mirror of
https://github.com/greggman/twgl.js.git
synced 2026-01-18 14:55:17 +00:00
32 lines
709 B
JSON
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": {}
|
|
} |