Skip to content

Commit

Permalink
Added bower package definition.
Browse files Browse the repository at this point in the history
Added bower package definition (bower.js) that mirrors the package.json
for the project. Will allow the project to be used via bower either
directly from the repository or via bower install directly, if it was
registered. More information here: http://bower.io
  • Loading branch information
cjntaylor committed Feb 10, 2014
1 parent 0d88336 commit 1c0322f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
@@ -0,0 +1,28 @@
{
"name": "gl-matrix",
"version": "2.2.0",
"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.js",
"ignore": [
"**/.*",
"jsdoc-template",
"spec",
"src",
"tasks",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"TESTING.md"
],
"keywords": [
"webGL",
"matrix",
"vector"
],
"license": "BSD"
}

0 comments on commit 1c0322f

Please sign in to comment.