gl-matrix/bower.json
Manuel Schweigert 45501afae0 Include src folder in bower package
Hey, great library.
It would be nice if you would include the src folder in the bower package, that way I can load (and bundle) the modules I need directly in my application.
2016-02-03 14:06:43 +01:00

27 lines
529 B
JSON

{
"name": "gl-matrix",
"homepage": "http://glmatrix.net",
"authors": [
"Brandon Jones <tojiro@gmail.com>",
"Colin MacKenzie IV <sinisterchipmunk@gmail.com>"
],
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
"main": "dist/gl-matrix-min.js",
"ignore": [
"**/.*",
"jsdoc-template",
"spec",
"tasks",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"TESTING.md"
],
"keywords": [
"webGL",
"matrix",
"vector"
],
"license": "MIT"
}