-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 830 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 830 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
36
37
38
{
"name": "bitcoinutil",
"version": "3.0.2",
"description": "commonly used bitcoin functions",
"main": "index.js",
"scripts": {
"test": "mocha specs/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coinpit/bitcoinutil.git"
},
"keywords": [
"bitcoin"
],
"author": "coinpit",
"license": "MIT",
"bugs": {
"url": "https://github.com/coinpit/bitcoinutil/issues"
},
"engines": {
"node": ">= 4.0.0"
},
"homepage": "https://github.com/coinpit/bitcoinutil#readme",
"dependencies": {
"affirm.js": "^1.0.0",
"bitcoinjs-lib": "^2.1.4",
"bs58": "^3.0.0",
"mangler": "^1.0.1",
"sinful-math.js": "^0.0.3"
},
"devDependencies": {
"expect.js": "^0.3.1",
"fixtures.js": "^2.1.0",
"istanbul": "^0.4.5",
"mocha": "^2.3.4"
}
}