-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
39 lines (39 loc) · 936 Bytes
/
package.json
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
36
37
38
39
{
"name": "cashshufflejs-web",
"version": "0.1.0",
"description": "A CashShuffle Client implementation for javascript",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alwaysAn0n/cashshufflejs-web.git"
},
"keywords": [
"CashShuffle",
"Bitcoin",
"Cash",
"Privacy"
],
"author": "alwaysAn0n w/ Cliford Symack",
"license": "ISC",
"bugs": {
"url": "https://github.com/alwaysAn0n/cashshufflejs-web/issues"
},
"homepage": "https://github.com/alwaysAn0n/cashshufflejs-web#readme",
"dependencies": {
"axios": "0.18.0",
"bitbox-sdk": "5.1.1",
"bitcoincashjs-fork": "1.0.3",
"debug": "4.1.1",
"lodash": "4.17.11",
"protobufjs": "6.8.8",
"qrcode-terminal": "^0.12.0",
"ws": "6.2.1"
}
}