-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gl-mat3",
"version": "2.0.0",
"description": "gl-matrix's mat3, split into smaller pieces",
"main": "index.js",
"license": {
"type": "zlib",
"url": "https://github.com/gl-modules/gl-mat3/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-mat3.git"
},
"keywords": [
"gl-matrix",
"matrix",
"maths"
],
"homepage": "https://github.com/gl-modules/gl-mat3",
"bugs": {
"url": "https://github.com/gl-modules/gl-mat3/issues"
}
}