UNPKG

bitcoin-convert

Version:

Conversion between the bitcoin base unit (BTC) and other units (Satoshi, μBTC, ...)

90 lines 2.3 kB
{ "name": "bitcoin-convert", "description": "Conversion between the bitcoin base unit (BTC) and other units (Satoshi, μBTC, ...)", "homepage": "https://github.com/richardschneider/bitcoin-convert", "bugs": "https://github.com/richardschneider/bitcoin-convert/issues", "license": "MIT", "main": "index.js", "browser": "browser.js", "browserify": { "transform": [ [ "babelify", { "presets": [ "es2015" ] } ] ] }, "author": { "name": "Richard Schneider", "email": "makaretu@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/richardschneider/bitcoin-convert" }, "keywords": [ "bitcoin", "BTC", "convert", "SI", "satoshi", "μBTC", "microBTC" ], "dependencies": { "big.js": "^3.1.3" }, "devDependencies": { "babel-polyfill": "^6.13.0", "babel-preset-es2015": "^6.14.0", "babelify": "^7.3.0", "browserify": "^13.1.1", "deploy-to-git": "0.1.1", "dot": "^1.0.3", "glob": "^7.0.6", "gulp": "^3.9.1", "gulp-coveralls": "^0.1.4", "gulp-jshint": "^2.0.1", "gulp-mocha-phantomjs": "^ 0.12.0", "gulp-rename": "^1.2.2", "gulp-spawn-mocha": "^3.1.0", "gulp-uglify": "^2.0.0", "istanbul": "^0.4.5", "jshint": "^2.9.2", "jshint-stylish": "^2.2.0", "mkdirp": "^0.5.1", "mocha": "*", "semantic-release": "^4.3.5", "should": "*", "validate-commit-msg": "^2.6.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "config": { "ghooks": { "commit-msg": "validate-commit-msg" }, "deployToGit": { "repository": "https://$GH_TOKEN@github.com/richardschneider/bitcoin-convert", "branch": "gh-pages", "folder": "site", "script": "gulp site", "commit": "chore(site): publish $npm_package_version", "user": { "email": "noreply@emanon.org", "name": "CI Travis" } } }, "scripts": { "test": "gulp test", "deploy-site": "deploy-to-git", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "_": "semantic-release pre && npm run deploy-site && npm publish && semantic-release post" }, "version": "1.0.4" }