dfcreative/mumath

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "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"
  }
}