|
53 | 53 | "npm": "3" |
54 | 54 | }, |
55 | 55 | "dependencies": { |
56 | | - "adm-zip": "0.4.13", |
| 56 | + "adm-zip": "^0.4.7", |
57 | 57 | "angular": "1.4.6", |
58 | 58 | "angular-mocks": "1.4.10", |
59 | | - "bezier-easing": "2.1.0", |
| 59 | + "bezier-easing": "^2.0.3", |
60 | 60 | "bhttp": "1.2.1", |
61 | | - "bitauth": "0.2.1", |
| 61 | + "bitauth": "^0.2.1", |
62 | 62 | "bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git", |
63 | | - "bower": "1.8.8", |
64 | | - "cordova-custom-config": "3.0.14", |
| 63 | + "bower": "^1.7.9", |
| 64 | + "cordova-custom-config": "^3.0.5", |
65 | 65 | "cordova-plugin-qrscanner-no-android": "https://github.com/Bitcoin-com/cordova-plugin-qrscanner-no-android.git", |
66 | | - "cordova-plugin-vibration": "3.0.1", |
67 | | - "cordova-plugin-camera-preview": "0.10.0", |
68 | | - "coveralls": "2.13.3", |
69 | | - "express": "4.16.4", |
| 66 | + "cordova-plugin-vibration": "^3.0.1", |
| 67 | + "cordova-plugin-camera-preview": "^0.10.0", |
| 68 | + "coveralls": "^2.11.9", |
| 69 | + "express": "^4.11.2", |
70 | 70 | "fs": "0.0.2", |
71 | | - "fs-extra": "0.30.0", |
72 | | - "grunt-angular-gettext": "2.4.1", |
73 | | - "grunt-browserify": "5.3.0", |
74 | | - "grunt-cli": "1.3.2", |
75 | | - "grunt-curl": "2.5.1", |
76 | | - "grunt-zip": "0.17.1", |
77 | | - "grunt-contrib-compress": "1.4.3", |
78 | | - "grunt-contrib-concat": "1.0.1", |
79 | | - "grunt-contrib-copy": "1.0.0", |
80 | | - "grunt-contrib-uglify": "2.3.0", |
81 | | - "grunt-contrib-watch": "1.1.0", |
82 | | - "grunt-exec": "1.0.1", |
83 | | - "grunt-nw-builder": "2.0.3", |
84 | | - "grunt-sass": "1.2.1", |
85 | | - "load-grunt-tasks": "3.5.2", |
86 | | - "shelljs": "0.3.0", |
87 | | - "android-versions": "1.4.0", |
88 | | - "bitcoincashjs-fork": "1.0.3" |
| 71 | + "fs-extra": "^0.30.0", |
| 72 | + "grunt-angular-gettext": "^2.2.3", |
| 73 | + "grunt-browserify": "^5.0.0", |
| 74 | + "grunt-cli": "^1.2.0", |
| 75 | + "grunt-curl": "^2.4.1", |
| 76 | + "grunt-zip": "^0.17.1", |
| 77 | + "grunt-contrib-compress": "^1.3.0", |
| 78 | + "grunt-contrib-concat": "^1.0.1", |
| 79 | + "grunt-contrib-copy": "^1.0.0", |
| 80 | + "grunt-contrib-uglify": "^2.0.0", |
| 81 | + "grunt-contrib-watch": "^1.0.0", |
| 82 | + "grunt-exec": "^1.0.0", |
| 83 | + "grunt-nw-builder": "^2.0.3", |
| 84 | + "grunt-sass": "^1.2.0", |
| 85 | + "load-grunt-tasks": "^3.5.0", |
| 86 | + "shelljs": "^0.3.0", |
| 87 | + "android-versions": "^1.2.1", |
| 88 | + "bitcoincashjs-fork": "^1.0.3" |
89 | 89 | }, |
90 | 90 | "scripts": { |
91 | 91 | "apply:bitcoincom": "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare && cd ../ && ./fix-asn1.sh", |
|
137 | 137 | "watch": "grunt watch" |
138 | 138 | }, |
139 | 139 | "devDependencies": { |
140 | | - "cordova": "6.5.0", |
141 | | - "grunt": "1.0.4", |
142 | | - "ionic": "3.20.1", |
143 | | - "jasmine-core": "3.3.0", |
144 | | - "karma": "2.0.5", |
145 | | - "karma-chrome-launcher": "2.2.0", |
146 | | - "karma-jasmine": "1.1.2", |
147 | | - "trash-cli": "1.4.0", |
148 | | - "lodash": "4.17.11", |
149 | | - "pre-commit": "1.2.2" |
| 140 | + "cordova": "^6.4.0", |
| 141 | + "grunt": "^1.0.1", |
| 142 | + "ionic": "^3.6.0", |
| 143 | + "jasmine-core": "^3.1.0", |
| 144 | + "karma": "^2.0.2", |
| 145 | + "karma-chrome-launcher": "^2.2.0", |
| 146 | + "karma-jasmine": "^1.1.2", |
| 147 | + "trash-cli": "^1.4.0", |
| 148 | + "lodash": "^4.17.4", |
| 149 | + "pre-commit": "^1.1.3" |
150 | 150 | }, |
151 | 151 | "pre-commit": "unstage-package" |
152 | 152 | } |
0 commit comments