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
release 0.1.6
[liba.git]
/
javascript
/
package.json
blob
1b462e7a39d7f54a19eef1648a3111ab9685ee80
1
{
2
"name": "@tqfx/liba",
3
"version": "0.1.6",
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
"author": "tqfx",
16
"license": "MPL-2.0",
17
"bugs": {
18
"url": "https://github.com/tqfx/liba/issues"
19
},
20
"homepage": "https://github.com/tqfx/liba#readme",
21
"files": [
22
"liba.d.ts",
23
"liba.js",
24
"liba.wasm"
25
]
26
}