forked from Reuf12/DAPSJS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 913 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "prcyjs",
"version": "1.0.11",
"description": "JavaScript library for the creation, scanning and sending of PRCY privacy coins",
"main": "index.js",
"repository": "github:PRCYCoin/PRCYJS",
"bugs": "https://github.com/PRCYCoin/PRCYJS/issues",
"scripts": {
"tests": "node tests/index.js"
},
"keywords": [
"PRCY",
"PRCYCoin"
],
"author": "PRCY Coin",
"license": "ISC",
"dependencies": {
"bigi": "^1.4.2",
"binstring": "^0.2.1",
"bip39": "^3.1.0",
"bs58": "^5.0.0",
"bs58check": "^3.0.1",
"btc-script": "^0.1.12",
"create-hash": "^1.2.0",
"crypto-binary": "git+http://git@github.com/j4ys0n/crypto-binary#4eea60398a49dfc03a73adaea117dddd843ac2ad",
"crypto-browserify": "^3.12.0",
"js-sha3": "^0.8.0",
"postman-request": "^2.88.1-postman.32",
"secp256k1": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.20.0"
}
}