Files
release-action/node_modules/add/bower.json
Nick Cipollo 4c1d33eaa1
Some checks failed
PR Checks / check_pr (push) Has been cancelled
Prepare 1.8.0 release
2021-02-10 13:56:00 -05:00

37 lines
631 B
JSON

{
"name": "add",
"main": "index.js",
"version": "2.0.5",
"homepage": "https://github.com/ben-ng/add",
"authors": [
"Ben Ng <me@benng.me>"
],
"description": "A cross-browser, numerically stable algorithm to add floats accurately",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"numerical",
"stable",
"faithful",
"rounding",
"float",
"error",
"propagation",
"summation",
"accumulate",
"addition",
"numerical",
"analysis"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test.js"
]
}