copay/package.json

47 lines
1.1 KiB
JSON

{
"name": "copay",
"version": "0.0.5",
"description": "A multisignature wallet",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/copay.git"
},
"keywords": [
"wallet",
"copay",
"multisignature",
"bitcoin"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitpay/copay/issues"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/bitpay/copay",
"devDependencies": {
"express": "4.0.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.8.2",
"grunt-shell": "~0.6.4",
"grunt-browserify": "~2.0.0",
"grunt-markdown": "~0.5.0",
"karma": "~0.12.9",
"karma-chrome-launcher": "~0.1.3",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3",
"buffertools": "~2.0.1",
"browserify": "~3.32.1",
"browser-pack": "~2.0.1",
"commander": "~2.1.0",
"uglifyify": "~1.2.3",
"soop": "~0.1.5",
"bitcore": "git://github.com/bitpay/bitcore.git",
"chai": "~1.9.1",
"sinon": "~1.9.1",
"node-cryptojs-aes": "=0.4.0"
}
}