-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 954 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
{
"name": "btc-scriptinterpreter",
"version": "0.0.0",
"description": "BTC Script Interpreter",
"main": "lib/scriptinterpreter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/btc-scriptinterpreter.git"
},
"author": "Sidney Sida Zhang",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cryptocoinjs/btc-scriptinterpreter/issues"
},
"homepage": "https://github.com/cryptocoinjs/btc-scriptinterpreter",
"dependencies": {
"bigi": "^1.4.1",
"binstring": "^0.2.1",
"btc-opcode": "0.0.1",
"btc-script": "^0.1.12",
"btc-transaction": "^0.1.8",
"buffertools": "^2.1.4",
"crypto-hashing": "^0.3.1",
"ecdsa": "^0.6.0"
},
"devDependencies": {
"async": "^1.5.0",
"btc-transaction": "^0.1.8",
"chai": "^3.4.1",
"sha256": "^0.2.0",
"terst": "^0.3.0"
}
}