1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-01-12 23:00:03 +01:00
password-manager-mirror/frontend/delta/js/npm/config.js

9 lines
187 B
JavaScript
Raw Normal View History

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