-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 997 Bytes
/
bower.json
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
36
37
38
39
40
41
42
43
44
45
{
"name": "lightmatrix",
"version": "1.1.0",
"description": "Lightweight JavaScript library for basic matrix computations.",
"main": "dist/lightmatrix.js",
"moduleType": [
"es6",
"amd",
"globals",
"node"
],
"keywords": [
"matrix",
"lightmatrix",
"compute",
"math",
"inverse",
"adjoint",
"transpose",
"cofactors",
"determinant"
],
"authors": [
"Glad Chinda <[email protected]>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gladchinda/light-matrix.git"
},
"homepage": "https://github.com/gladchinda/light-matrix/blob/master/README.md",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"lib",
"esm",
"src",
"package*.json",
"*.config.js"
],
"private": false
}