rhb-server/mes-ui/rhb-app/node_modules/gl-vec2/package.json
2025-10-20 11:14:41 +08:00

43 lines
928 B
JSON

{
"name": "gl-vec2",
"version": "1.3.0",
"description": "gl-matrix's vec2, split into smaller pieces",
"main": "index.js",
"license": {
"type": "zlib",
"url": "http://github.com/stackgl/gl-vec2/blob/master/LICENSE.md"
},
"contributors": [
"Brandon Jones <tojiro@gmail.com>",
"Colin MacKenzie IV <sinisterchipmunk@gmail.com>"
],
"dependencies": {},
"devDependencies": {
"dox": "git://github.com/hughsk/dox#api-context",
"tape": "^4.8.0"
},
"scripts": {
"get-docs": "cat *.js | dox --api",
"test": "node test/index.js"
},
"keywords": [
"gl-matrix",
"matrix",
"math",
"gl",
"vec2",
"vec",
"2d",
"vector",
"maths"
],
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-vec2.git"
},
"homepage": "https://github.com/stackgl/gl-vec2",
"bugs": {
"url": "https://github.com/stackgl/gl-vec2/issues"
}
}