You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
855 B
42 lines
855 B
{
|
|
"name": "copay-server",
|
|
"description": "Copay server",
|
|
"author": "isocolsky",
|
|
"version": "0.0.1",
|
|
"keywords": [
|
|
"bitcoin",
|
|
"copay",
|
|
"multisig",
|
|
"wallet"
|
|
],
|
|
"repository": {
|
|
"url": "git@github.com:isocolsky/copay-lib.git",
|
|
"type": "git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isocolsky/copay-lib/issues"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"bitcore": "*",
|
|
"bitcore-explorers": "^0.9.1",
|
|
"express": "^4.10.0",
|
|
"inherits": "^2.0.1",
|
|
"leveldown": "^0.10.0",
|
|
"levelup": "^0.19.0",
|
|
"lodash": "^2.4.1",
|
|
"npmlog": "^0.1.1",
|
|
"preconditions": "^1.0.7",
|
|
"uuid":"*"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"mocha": "^1.18.2",
|
|
"sinon": "^1.10.3",
|
|
"memdown": "^1.0.0",
|
|
"jsdoc": "^3.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
}
|
|
}
|
|
|