1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-12 15:40:04 +01:00
password-manager-mirror/frontend/delta/js/npm/config.js
Giulio Cesare Solaroli fbcd02dffd BTC Certificate feature
Added the ability to register card content on the BTC blockchain in order to certify its existance/content
2016-03-29 11:45:50 +02:00

9 lines
187 B
JavaScript

var npm = {
base58: require('bs58'),
bitcoin: require('bitcoinjs-lib'),
ecurve: require('ecurve'),
BigInteger: require('bigi'),
buffer: require('buffer')
}
module.exports = npm