rhb-server/mes-ui/rhb-app/node_modules/gl-mat2/package.json

36 lines
880 B
JSON
Raw Normal View History

2025-10-20 11:14:41 +08:00
{
"name": "gl-mat2",
"version": "1.0.1",
"description": "gl-matrix's mat2, split into smaller pieces",
"main": "index.js",
"license": {
"type": "zlib",
"url": "http://github.com/gl-modules/gl-mat2/blob/master/LICENSE.md"
},
"scripts": {
"get-docs": "cat *.js | dox --api"
},
"contributors": [
"Brandon Jones <tojiro@gmail.com>",
"Colin MacKenzie IV <sinisterchipmunk@gmail.com>",
"Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)"
],
"dependencies": {},
"devDependencies": {
"dox": "git://github.com/hughsk/dox#api-context"
},
"repository": {
"type": "git",
"url": "git://github.com/gl-modules/gl-mat2.git"
},
"keywords": [
"gl-matrix",
"matrix",
"maths"
],
"homepage": "https://github.com/gl-modules/gl-mat2",
"bugs": {
"url": "https://github.com/gl-modules/gl-mat2/issues"
}
}