27 lines
552 B
JSON
27 lines
552 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|