ngx-open-map-wrapper/node_modules/gl-matrix/package.json

28 lines
660 B
JSON

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