/ bower.json
bower.json
1 { 2 "name": "bignumber.js", 3 "main": "bignumber.js", 4 "version": "4.0.2", 5 "homepage": "https://github.com/MikeMcl/bignumber.js", 6 "authors": [ 7 "Michael Mclaughlin <M8ch88l@gmail.com>" 8 ], 9 "description": "A library for arbitrary-precision decimal and non-decimal arithmetic", 10 "moduleType": [ 11 "amd", 12 "globals", 13 "node" 14 ], 15 "keywords": [ 16 "arbitrary", 17 "precision", 18 "arithmetic", 19 "big", 20 "number", 21 "decimal", 22 "float", 23 "biginteger", 24 "bigdecimal", 25 "bignumber", 26 "bigint", 27 "bignum" 28 ], 29 "license": "MIT", 30 "ignore": [ 31 ".*", 32 "*.json", 33 "test" 34 ] 35 } 36