Files
release-action/node_modules/add/bower.json
2020-05-26 14:49:57 -04: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"
]
}