mirror of
https://github.com/greggman/twgl.js.git
synced 2025-12-08 19:26:07 +00:00
40 lines
668 B
JSON
40 lines
668 B
JSON
{
|
|
"name": "twgl.js",
|
|
"version": "4.14.1",
|
|
"homepage": "http://twgljs.org",
|
|
"authors": [
|
|
"Gregg Tavares <github@greggman.com>"
|
|
],
|
|
"description": "A Tiny WebGL Helper Library",
|
|
"main": "dist/twgl-full.min.js",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals"
|
|
],
|
|
"keywords": [
|
|
"WebGL",
|
|
"TWGL"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"jsdoc.conf.json",
|
|
"index.html",
|
|
"Gruntfile.js",
|
|
"package.json",
|
|
"CNAME",
|
|
"3rdparty",
|
|
"examples",
|
|
"docs",
|
|
"jsdoc-template",
|
|
"resources",
|
|
"build",
|
|
"src",
|
|
"npm",
|
|
"templates",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
} |