Files
release-action/node_modules/add/bower.json
Nick Cipollo bcf031c066
Some checks failed
PR Checks / check_pr (push) Has been cancelled
Create 1.3.0 release
2019-12-12 19:10:13 -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"
]
}