UNPKG

468 BJSONView Raw
1{
2 "name": "algebra",
3 "main": "dist/algebra.js",
4 "version": "0.4.0",
5 "homepage": "http://g14n.info/algebra",
6 "authors": [
7 "fibo <casati_gianluca@yahoo.it>"
8 ],
9 "description": "Vectors, Matrices, Tensors",
10 "moduleType": [
11 "globals"
12 ],
13 "keywords": [
14 "algebra",
15 "matrix",
16 "vector",
17 "tensor",
18 "math"
19 ],
20 "license": "MIT",
21 "ignore": [
22 "**/.*",
23 "node_modules",
24 "bower_components",
25 "test",
26 "tests"
27 ]
28}