vec4.c
Version:
gl-matrix's vec4, in c, split into smaller pieces
43 lines (42 loc) • 865 B
JSON
{
"name": "vec4.c",
"version": "1.0.0",
"description": "gl-matrix's vec4, in c, split into smaller pieces",
"main": "index.js",
"scripts": {
"test": "test/build.sh"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/gl-vec4.git"
},
"license": {
"type": "Zlib",
"url": "http://github.com/stackgl/gl-mat4/blob/master/LICENSE.md"
},
"contributors": [
"Brandon Jones <tojiro@gmail.com>",
"Colin MacKenzie IV <sinisterchipmunk@gmail.com>"
],
"keywords": [
"ecosystem:stackgl",
"gl-matrix",
"matrix",
"math",
"gl",
"mat4",
"mat4x4",
"4x4",
"vectors",
"vec4",
"color",
"mat",
"vector",
"maths"
],
"homepage": "https://github.com/stackgl/gl-vec4",
"bugs": {
"url": "https://github.com/stackgl/gl-vec4/issues"
}
}