satoshi-bitcoin
Version:
Convert Satoshi <-> Bitcoin
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "satoshi-bitcoin",
"version": "1.0.5",
"description": "Convert Satoshi <-> Bitcoin",
"main": "index.js",
"scripts": {
"test": "eslint index.js && mocha",
"bundle": "browserify index.js -o index.bundle.js --standalone sb",
"wiki": "jsdox index.js --output wiki",
"precommit": "npm run wiki && npm run bundle"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawsbot/satoshi-bitcoin.git"
},
"keywords": [
"bitcoin",
"satoshi",
"conversion",
"cryptocurrency",
"math",
"arbitrary",
"precision",
"arithmetic",
"big",
"integer",
"int",
"number",
"biginteger",
"bigint",
"bignumber",
"decimal",
"float"
],
"author": "Dawson Botsford (https://dawsbot.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawsbot/satoshi-bitcoin/issues"
},
"homepage": "https://github.com/dawsbot/satoshi-bitcoin#readme",
"devDependencies": {
"browserify": "^17.0.0",
"chai": "^3.5.0",
"eslint": "2.13.1",
"husky": "^0.11.4",
"jsdox": "^0.4.9",
"mocha": "^2.4.5"
},
"dependencies": {
"big.js": "^3.1.3"
},
"files": [
"index.js",
"index.bundle.js"
]
}