From f3777d8baf22518f6fa7552e1d6bc38938e64834 Mon Sep 17 00:00:00 2001 From: Michael Mclaughlin Date: Mon, 22 Feb 2016 19:50:52 +0000 Subject: [PATCH] Add bower.json --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json 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" + ] +}