copay/package.json

29 lines
586 B
JSON
Raw Normal View History

2014-03-14 13:38:27 -07:00
{
"name": "copay",
2014-03-14 13:38:27 -07:00
"version": "0.0.1",
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/copay.git"
2014-03-14 13:38:27 -07:00
},
"keywords": [
"wallet",
"copay",
2014-03-14 13:38:27 -07:00
"multisignature",
"bitcoin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/copay/issues"
2014-03-14 13:38:27 -07:00
},
"homepage": "https://github.com/bitpay/copay",
2014-03-14 13:38:27 -07:00
"devDependencies": {
"grunt-cli": "~0.1.13",
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3"
2014-03-14 13:38:27 -07:00
}
}