twgl.js/bower.json
Gregg Tavares 34901576fc v0.0.1
2015-03-30 22:26:00 +09:00

38 lines
624 B
JSON

{
"name": "twgl.js",
"version": "0.0.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",
"CNAME",
"3rdparty",
"examples",
"docs",
"jsdoc-template",
"resources",
"src",
"templates",
"node_modules",
"bower_components",
"test",
"tests"
]
}