{
	"name": "bn-str-256",
	"version": "1.9.1",
	"description": "Simple, functional big number library for up to 256-bit (32-byte) numbers that outputs decimal strings, with hex, binary, octal, and Buffer decoding/encoding.",
	"main": "src/index.js",
	"repository": "https://github.com/merklejerk/bn-str",
	"author": "Lawrence Forman <me@merklejerk.com>",
	"license": "Apache-2.0",
	"private": false,
	"devDependencies": {
		"mocha": "^5.2.0"
	},
	"dependencies": {
		"decimal.js-light": "^2.5.0",
		"lodash": "^4.17.11"
	},
	"scripts": {
		"test": "mocha ./test/*.js"
	},
	"keywords": [
		"big number",
		"big numbers",
		"functional",
		"decimal",
		"decimals",
		"hexadecimal",
		"binary",
		"octal",
		"256",
		"256-bit",
		"uint256",
		"int256",
		"32-byte",
		"ethereum",
		"blockchain",
		"simple",
		"buffer",
		"encode",
		"decode"
	]
}
