mirror of
https://github.com/sndrec/WebMonkeyBall.git
synced 2026-02-03 02:03:33 +00:00
initial commit :)
This commit is contained in:
28
node_modules/gl-matrix/package.json
generated
vendored
Normal file
28
node_modules/gl-matrix/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": "3.4.4",
|
||||
"name": "gl-matrix",
|
||||
"description": "Javascript Matrix and Vector library for High Performance WebGL apps",
|
||||
"sideEffects": false,
|
||||
"main": "cjs/index.js",
|
||||
"module": "esm/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"homepage": "http://glmatrix.net",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/toji/gl-matrix/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/toji/gl-matrix.git"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brandon Jones",
|
||||
"email": "tojiro@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Colin MacKenzie IV",
|
||||
"email": "sinisterchipmunk@gmail.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user