Files
JiboSDK/node_modules/mumath/package.json

27 lines
552 B
JSON
Raw Normal View History

2026-03-22 03:21:45 +02:00
{
"name": "mumath",
"version": "3.3.4",
"description": "Practical math utils for components",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dfcreative/mumath.git"
},
"keywords": [
"math",
"geometry"
],
"author": "dfcreative",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/dfcreative/mumath/issues"
},
"homepage": "https://github.com/dfcreative/mumath",
"dependencies": {
"almost-equal": "^1.1.0"
}
}