forked from PRCYCoin/PRCYJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 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
35
{
"name": "prcyjs",
"version": "1.0.5",
"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.0.2",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"btc-script": "^0.1.12",
"create-hash": "^1.2.0",
"crypto-binary": "^0.1.1",
"crypto-browserify": "^3.12.0",
"eslint-plugin-vue": "^6.2.2",
"js-sha3": "^0.8.0",
"request": "^2.88.2",
"secp256k1": "^4.0.2"
},
"devDependencies": {
"eslint": "^7.2.0"
}
}