-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.37 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "swap-bch-js",
"version": "2.1.0",
"description": "Signal, Watch and Pay (SWaP) Protocol on the Bitcoin Cash blockchain",
"main": "index.js",
"files": [
"lib/",
"dist/"
],
"scripts": {
"test": "mocha",
"build": "browserify index.js --standalone swap-bch-js > dist/swap-bch-js.js && uglifyjs dist/swap-bch-js.js > dist/swap-bch-js.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinarmani/swap-bch-js.git"
},
"keywords": [
"BCH",
"bfp",
"bitcoin",
"swap",
"cash",
"slp",
"simple",
"ledger",
"node",
"browser"
],
"author": "Vin Armani",
"license": "MIT",
"unpkg": "dist/swap-bch-js.min.js",
"bugs": {
"url": "https://github.com/vinarmani/swap-bch-js/issues"
},
"homepage": "https://github.com/vinarmani/swap-bch-js#readme",
"dependencies": {
"buffer-reverse": "^1.0.1",
"eccrypto-js": "^4.3.5",
"grpc-bchrpc-node": "^0.10.0",
"grpc-bchrpc-web": "^0.5.0",
"i": "^0.3.6",
"npm": "^6.13.7",
"varuint-bitcoin": "^1.1.2",
"wif": "^2.0.6"
},
"devDependencies": {
"bitcoincashjs-lib": "github:Bitcoin-com/bitcoincashjs-lib#28447b40a4ccd23913f7ade6589dc7214c99e60a",
"browserify": "^16.2.2",
"jeton-lib": "^1.6.3",
"mocha": "^5.2.0",
"slp-sdk": "^4.15.0",
"uglify-es": "^3.3.9",
"bitbox-sdk": "^8.3.0"
}
}