-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "webcoin-bitcoin",
"version": "3.1.5",
"description": "Bitcoin parameters for Webcoin",
"main": "index.js",
"scripts": {
"test": "standard index.js src && nyc tape test/index.js | faucet && nyc report",
"test-browser": "npm run build && ./test/browser.sh && npm run source",
"build": "rm -rf lib && babel --presets es2015 src -d lib",
"source": "rm -rf lib && ln -s src lib",
"prepublish": "npm run build",
"publish": "npm run source"
},
"keywords": [
"bitcoin",
"webcoin",
"constants",
"network",
"blockchain"
],
"author": "Matt Bell <[email protected]>",
"license": "MIT",
"dependencies": {
"bitcoin-util": "^2.0.0",
"webcoin-params": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"faucet": "^0.0.1",
"nyc": "^6.4.4",
"standard": "^7.0.0",
"tape": "^4.5.1",
"webcoin-param-tests": "^1.0.0",
"zuul": "^3.10.1",
"zuul-ngrok": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mappum/webcoin-bitcoin.git"
},
"bugs": {
"url": "https://github.com/mappum/webcoin-bitcoin/issues"
},
"homepage": "https://github.com/mappum/webcoin-bitcoin#readme"
}