twgl.js/bower.json
2019-12-04 01:41:28 +09:00

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"
]
}