-
-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 733 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
{
"name": "ganja.js",
"version": "1.0.189",
"description": "Geometric Algebra for javascript with operator overloading and algebraic literals",
"main": "ganja.js",
"directories": {
"example": "examples",
"codegen": "algebra generator for c++, c#, rust, python"
},
"scripts": {
"test": "Algebra(0,1,()=>1e1*1e1==-1);"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enkimute/ganja.js.git"
},
"keywords": [
"Geometric Algebra",
"Math",
"Operator Overloading",
"Clifford Algebra"
],
"author": "enki",
"license": "MIT",
"bugs": {
"url": "https://github.com/enkimute/ganja.js/issues"
},
"homepage": "https://github.com/enkimute/ganja.js#readme"
}