forked from Bitcoin-com/pushdata-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 887 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
40
41
42
{
"name": "@tatumio/pushdata-bitcoin",
"version": "1.2.2",
"description": "encode/decode value as bitcoin OP_PUSHDATA integer",
"keywords": [
"push",
"encode",
"decode",
"abstract-encoding",
"OP_0",
"OP_1",
"OP_PUSHDATA1",
"OP_PUSHDATA2",
"OP_PUSHDATA4",
"pushdata-bitcoin",
"bitcoinjs-lib",
"bitcoin"
],
"homepage": "https://github.com/tatumio/pushdata-bitcoin",
"bugs": {
"url": "https://github.com/tatumio/pushdata-bitcoin/issues"
},
"license": "MIT",
"author": "Daniel Cousens",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tatumio/pushdata-bitcoin.git"
},
"scripts": {},
"devDependencies": {
"nyc": "^6.4.0",
"standard": "*",
"tape": "^4.5.1"
},
"dependencies": {
"@tatumio/bitcoincash-ops": "2.0.0"
}
}