copay/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2014-03-14 13:38:27 -07:00
{
"name": "copay",
"version": "0.0.6",
2014-03-14 13:38:27 -07:00
"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
},
"main": "app.js",
2014-04-28 11:12:14 -07:00
"scripts": {
"start": "node server.js",
2014-04-28 11:12:14 -07:00
"test": "mocha"
},
"homepage": "https://github.com/bitpay/copay",
2014-03-14 13:38:27 -07:00
"devDependencies": {
"express": "4.0.0",
2014-04-07 11:31:41 -07:00
"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",
2014-04-23 09:17:26 -07:00
"karma": "~0.12.9",
"karma-chrome-launcher": "~0.1.3",
"mocha": "~1.18.2",
2014-04-07 11:31:41 -07:00
"karma-mocha": "~0.1.3",
"buffertools": "~2.0.1",
"browserify": "~3.32.1",
"browser-pack": "~2.0.1",
"commander": "~2.1.0",
2014-04-10 06:59:05 -07:00
"uglifyify": "~1.2.3",
"soop": "~0.1.5",
2014-04-28 11:28:01 -07:00
"bitcore": "git://github.com/bitpay/bitcore.git",
2014-04-16 11:26:04 -07:00
"chai": "~1.9.1",
"sinon": "~1.9.1",
2014-05-21 11:14:48 -07:00
"node-cryptojs-aes": "=0.4.0",
"async": "~0.9.0"
2014-03-14 13:38:27 -07:00
}
}