diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c955f80 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "decimal.js", + "main": "decimal.js", + "version": "5.0.6", + "homepage": "https://github.com/MikeMcl/decimal.js", + "authors": [ + "Michael Mclaughlin " + ], + "description": "An arbitrary-precision Decimal type for JavaScript", + "moduleType": [ + "amd", + "globals", + "node" + ], + "keywords": [ + "arbitrary", + "precision", + "arithmetic", + "bignumber", + "decimal", + "float", + "biginteger", + "bigdecimal", + "bignum", + "math" + ], + "license": "MIT", + "ignore": [ + ".*", + "*.json", + "test" + ] +}