flocore/package.json
Ryan X. Charles 381481fb7c rename back to privsec
...if this package ever actually turns into bitcore2, then we will rename it
again.
2014-08-15 12:57:31 -04:00

33 lines
599 B
JSON

{
"name": "privsec",
"version": "0.0.0",
"description": "Bitcoin privacy and security.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"bitcoin",
"bip32",
"bip37",
"bip70",
"stealth",
"merge",
"multisig"
],
"dependencies": {
"bn.js": "=0.13.3",
"bs58": "=1.2.1",
"elliptic": "=0.15.7",
"hash.js": "=0.3.1",
"sha512": "=0.0.1"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.0",
"browserify": "~5.9.1"
},
"author": "Ryan X. Charles <ryanxcharles@gmail.com>",
"license": "MIT"
}