-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 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
{
"name": "m4.js",
"version": "1.0.0",
"description": "Can import 'm4.js' as various webgl 3d math functions from https://github.com/gfxfundamentals/webgl-fundamentals/blob/master/webgl/resources/m4.js",
"main": "m4",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/m4.js.git"
},
"keywords": [
"3d",
"android",
"ios",
"m4",
"math",
"matrix4",
"native",
"react-native",
"opengl",
"webgl",
"webgl-fundamentals"
],
"dependencies": {},
"private": false,
"license": "Apache",
"bugs": {
"url": "https://github.com/flyskywhy/m4.js/issues"
},
"homepage": "https://github.com/flyskywhy/m4.js#readme"
}