repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
optimize implementation
[liba.git]
/
javascript
/
package.json
blob
70ac904ba7a5e7f3a685de9bfe291a54772d272e
1
{
2
"name": "@tqfx/liba",
3
"version": "0.1.8",
4
"description": "An algorithm library based on C/C++ language.",
5
"main": "liba.js",
6
"types": "liba.d.ts",
7
"repository": {
8
"type": "git",
9
"url": "git+https://github.com/tqfx/liba.git"
10
},
11
"keywords": [
12
"algorithm",
13
"math"
14
],
15
"scripts": {},
16
"author": "tqfx",
17
"license": "MPL-2.0",
18
"bugs": {
19
"url": "https://github.com/tqfx/liba/issues"
20
},
21
"homepage": "https://github.com/tqfx/liba#readme",
22
"files": [
23
"liba.d.ts",
24
"liba.js",
25
"liba.wasm"
26
]
27
}