math-extras
Version:
Useful mathematical functions which should be part of the JavaScript Math object.
26 lines (25 loc) • 528 B
JSON
{
"name": "math-extras",
"version": "0.1.10",
"author": "Mike Smiley <mikesmiley@me.com>",
"url": "https://github.com/msmiley/math-extras",
"main": "./lib",
"repository": "msmiley/math-extras.git",
"scripts": {
"doc": "cake doc",
"prepublish": "cake build test doc",
"test": "cake test"
},
"devDependencies": {
"docco": "*",
"coffee-script": "^1.8.0",
"jasmine-node": "^1.14.5"
},
"dependencies": {},
"keywords": [
"math",
"radians",
"log10"
],
"license": "MIT"
}