-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
25 lines (25 loc) · 953 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
{
"name": "btg-redeemer",
"version": "0.0.1",
"description": "Tool redeem BTG",
"main": "index.js",
"scripts": {
"build": "cd bitcoinjs-lib && git checkout opt-in-bitcoincash-sighash && npm install && cd .. && browserify bitcoinjs_browserify.js --standalone bccr > docs/bitcoin.js && cp node_modules/jquery/dist/jquery.min.js docs/jquery.min.js && cp -r node_modules/bulma/css/bulma.css docs/bulma.css && cp -r node_modules/bignumber.js/bignumber.min.js docs/bignumber.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/panlilu/btg-redeemer.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/panlilu/btg-redeemer/issues"
},
"homepage": "https://github.com/panlilu/btg-redeemer#readme",
"dependencies": {
"bignumber.js": "^5.0.0",
"bulma": "^0.6.1",
"jquery": "^3.2.1"
}
}