|
2 | 2 | "name": "copay", |
3 | 3 | "description": "A multisignature wallet", |
4 | 4 | "author": "BitPay", |
5 | | - "version": "0.6.1", |
6 | | - "keywords": ["wallet", "copay", "multisignature", "bitcoin"], |
| 5 | + "version": "0.6.2", |
| 6 | + "keywords": [ |
| 7 | + "wallet", |
| 8 | + "copay", |
| 9 | + "multisignature", |
| 10 | + "bitcoin" |
| 11 | + ], |
7 | 12 | "main": "app.js", |
8 | 13 | "id": "jid1-x7bV5evAaI1P9Q", |
9 | | - |
10 | 14 | "homepage": "https://github.com/bitpay/copay", |
11 | 15 | "license": "MIT", |
12 | | - |
13 | 16 | "repository": { |
14 | 17 | "url": "git://github.com/bitpay/copay.git", |
15 | 18 | "type": "git" |
16 | 19 | }, |
17 | | - |
18 | 20 | "bugs": { |
19 | 21 | "url": "https://github.com/bitpay/copay/issues" |
20 | 22 | }, |
21 | | - |
22 | 23 | "dependencies": { |
23 | 24 | "browser-request": "^0.3.2", |
24 | 25 | "inherits": "^2.0.1", |
|
27 | 28 | "request": "^2.40.0", |
28 | 29 | "underscore": "^1.7.0" |
29 | 30 | }, |
30 | | - |
31 | 31 | "scripts": { |
32 | 32 | "start": "node server.js", |
33 | | - |
34 | 33 | "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test", |
35 | 34 | "test": "sh test/run.sh", |
36 | 35 | "dist": "node shell/scripts/dist.js", |
37 | | - |
38 | 36 | "shell": "node shell/scripts/launch.js", |
39 | 37 | "firefox": "source browser-extensions/firefox/build.sh", |
40 | 38 | "chrome": "source browser-extensions/chrome/build.sh", |
41 | 39 | "setup-shell": "node shell/scripts/download-atom-shell.js", |
42 | 40 | "postinstall": "./node_modules/.bin/grunt", |
43 | | - |
44 | | - "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", |
45 | | - "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" |
| 41 | + "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", |
| 42 | + "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" |
46 | 43 | }, |
47 | | - |
48 | 44 | "devDependencies": { |
49 | 45 | "async": "^0.9.0", |
50 | 46 | "bitcore": "^0.1.36", |
|
91 | 87 | "travis-cov": "^0.2.5", |
92 | 88 | "uglifyify": "^1.2.3" |
93 | 89 | } |
94 | | - |
95 | 90 | } |
0 commit comments