36 lines
880 B
JSON
36 lines
880 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|