20 lines
469 B
JSON
20 lines
469 B
JSON
{
|
|
"name": "picomath",
|
|
"version": "0.0.0",
|
|
"description": "Proof-of-concept tiny package like mathjs with mutable \"typed functions\" and module-based dependency tracking and \"tree-shaking\"",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.studioinfinity.org/glen/picomath.git"
|
|
},
|
|
"keywords": [
|
|
"math",
|
|
"algebra"
|
|
],
|
|
"author": "Glen Whitney",
|
|
"license": "Apache-2.0"
|
|
}
|