Add bower.json
This commit is contained in:
parent
6c92fc0bb5
commit
ba29f9c429
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "bitcore-message",
|
||||||
|
"main": "./bitcore-message.min.js",
|
||||||
|
"version": "0.9.0",
|
||||||
|
"homepage": "https://github.com/bitpay/bitcore-message",
|
||||||
|
"authors": [
|
||||||
|
"BitPay"
|
||||||
|
],
|
||||||
|
"description": "Bitcoin Message Verification and Signing for Bitcore",
|
||||||
|
"moduleType": [
|
||||||
|
"globals"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"bitcoin",
|
||||||
|
"bitcore",
|
||||||
|
"btc",
|
||||||
|
"satoshi",
|
||||||
|
"message",
|
||||||
|
"signing"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
|
@ -12,7 +12,11 @@
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"bitcore"
|
"bitcore",
|
||||||
|
"btc",
|
||||||
|
"satoshi",
|
||||||
|
"message",
|
||||||
|
"signing"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue