-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1004 from matiu/version/0.4.2
0.4.2
- Loading branch information
Showing
1 changed file
with
69 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,71 @@ | ||
{ | ||
"license": "MIT", | ||
"name": "copay", | ||
"repository": { | ||
"url": "git://github.com/bitpay/copay.git", | ||
"type": "git" | ||
}, | ||
"author": "", | ||
"bugs": { | ||
"url": "https://github.com/bitpay/copay/issues" | ||
}, | ||
"version": "0.4.1", | ||
"dependencies": { | ||
"preconditions": "^1.0.7", | ||
"sinon": "1.9.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"mocha": "^1.18.2" | ||
}, | ||
"scripts": { | ||
"shell": "node shell/scripts/launch.js", | ||
"firefox": "source browser-extensions/firefox/build.sh", | ||
"chrome": "source browser-extensions/chrome/build.sh", | ||
"setup-shell": "node shell/scripts/download-atom-shell.js", | ||
"start": "node server.js", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test", | ||
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"dist": "node shell/scripts/dist.js", | ||
"sign": "gpg -u 1112CFA1 --output browser-extensions/firefox/copay.xpi.sig --detach-sig browser-extensions/firefox/copay.xpi; gpg -u 1112CFA1 --output browser-extensions/chrome/copay-chrome-extension.zip.sig --detach-sig browser-extensions/chrome/copay-chrome-extension.zip", | ||
"verify": "gpg --verify browser-extensions/firefox/copay.xpi.sig browser-extensions/firefox/copay.xpi; gpg --verify browser-extensions/chrome/copay-chrome-extension.zip.sig browser-extensions/chrome/copay-chrome-extension.zip" | ||
}, | ||
"keywords": [ | ||
"wallet", | ||
"copay", | ||
"multisignature", | ||
"bitcoin" | ||
], | ||
"devDependencies": { | ||
"mocha-lcov-reporter": "0.0.1", | ||
"travis-cov": "0.2.5", | ||
"chai": "1.9.1", | ||
"buffertools": "2.0.1", | ||
"commander": "2.1.0", | ||
"uglifyify": "1.2.3", | ||
"soop": "0.1.5", | ||
"grunt-contrib-watch": "0.5.3", | ||
"istanbul": "0.2.10", | ||
"grunt-mocha-test": "0.8.2", | ||
"github-releases": "0.2.0", | ||
"grunt-markdown": "0.5.0", | ||
"browser-pack": "2.0.1", | ||
"bitcore": "0.1.34", | ||
"node-cryptojs-aes": "0.4.0", | ||
"blanket": "1.1.6", | ||
"express": "4.0.0", | ||
"grunt-shell": "0.6.4", | ||
"karma-mocha": "0.1.3", | ||
"async": "0.9.0", | ||
"mocha": "1.18.2", | ||
"browserify": "3.32.1", | ||
"karma-phantomjs-launcher": "^0.1.4", | ||
"coveralls": "2.10.0", | ||
"grunt-browserify": "2.0.8", | ||
"karma-chrome-launcher": "0.1.3", | ||
"karma": "0.12.9", | ||
"cli-color": "0.3.2" | ||
}, | ||
"main": "app.js", | ||
"homepage": "https://github.com/bitpay/copay", | ||
"id": "jid1-x7bV5evAaI1P9Q", | ||
"description": "A multisignature wallet" | ||
"license": "MIT", | ||
"name": "copay", | ||
"repository": { | ||
"url": "git://github.com/bitpay/copay.git", | ||
"type": "git" | ||
}, | ||
"author": "", | ||
"bugs": { | ||
"url": "https://github.com/bitpay/copay/issues" | ||
}, | ||
"version": "0.4.2", | ||
"dependencies": { | ||
"preconditions": "^1.0.7", | ||
"sinon": "1.9.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"mocha": "^1.18.2" | ||
}, | ||
"scripts": { | ||
"shell": "node shell/scripts/launch.js", | ||
"firefox": "source browser-extensions/firefox/build.sh", | ||
"chrome": "source browser-extensions/chrome/build.sh", | ||
"setup-shell": "node shell/scripts/download-atom-shell.js", | ||
"start": "node server.js", | ||
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test", | ||
"test": "node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"dist": "node shell/scripts/dist.js", | ||
"sign": "gpg -u 1112CFA1 --output browser-extensions/firefox/copay.xpi.sig --detach-sig browser-extensions/firefox/copay.xpi; gpg -u 1112CFA1 --output browser-extensions/chrome/copay-chrome-extension.zip.sig --detach-sig browser-extensions/chrome/copay-chrome-extension.zip", | ||
"verify": "gpg --verify browser-extensions/firefox/copay.xpi.sig browser-extensions/firefox/copay.xpi; gpg --verify browser-extensions/chrome/copay-chrome-extension.zip.sig browser-extensions/chrome/copay-chrome-extension.zip" | ||
}, | ||
"keywords": [ | ||
"wallet", | ||
"copay", | ||
"multisignature", | ||
"bitcoin" | ||
], | ||
"devDependencies": { | ||
"mocha-lcov-reporter": "0.0.1", | ||
"travis-cov": "0.2.5", | ||
"chai": "1.9.1", | ||
"buffertools": "2.0.1", | ||
"commander": "2.1.0", | ||
"uglifyify": "1.2.3", | ||
"soop": "0.1.5", | ||
"grunt-contrib-watch": "0.5.3", | ||
"istanbul": "0.2.10", | ||
"grunt-mocha-test": "0.8.2", | ||
"github-releases": "0.2.0", | ||
"grunt-markdown": "0.5.0", | ||
"browser-pack": "2.0.1", | ||
"bitcore": "0.1.34", | ||
"node-cryptojs-aes": "0.4.0", | ||
"blanket": "1.1.6", | ||
"express": "4.0.0", | ||
"grunt-shell": "0.6.4", | ||
"karma-mocha": "0.1.3", | ||
"async": "0.9.0", | ||
"mocha": "1.18.2", | ||
"browserify": "3.32.1", | ||
"karma-phantomjs-launcher": "^0.1.4", | ||
"coveralls": "2.10.0", | ||
"grunt-browserify": "2.0.8", | ||
"karma-chrome-launcher": "0.1.3", | ||
"karma": "0.12.9", | ||
"cli-color": "0.3.2" | ||
}, | ||
"main": "app.js", | ||
"homepage": "https://github.com/bitpay/copay", | ||
"id": "jid1-x7bV5evAaI1P9Q", | ||
"description": "A multisignature wallet" | ||
} |