forked from pbca26/agama-mobile
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 916 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "agama-app",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bigi": "^1.4.2",
"bip39": "^2.4.0",
"bitcoinforksjs-lib": "git://github.com/bitcoinjs/bitcoinjs-lib#opt-in-bitcoincash-sighash",
"bitcoinjs-lib": "git://github.com/SuperNETorg/bitcoinjs-lib",
"bitcoinjs-lib-pos": "git://github.com/KomodoPlatform/bitcoinjs-lib-pos",
"bitcoinjs-lib-zcash": "git://github.com/pbca26/bitcoinjs-lib#zcash",
"buffer-reverse": "^1.0.1",
"coinselect": "github:bitcoinjs/coinselect",
"cordova": "^7.1.0",
"js-sha256": "^0.7.1",
"jsqr": "^0.2.2",
"meteor-node-stubs": "~0.2.4",
"nodejs-aes256": "^1.0.1",
"qrcode.react": "^0.7.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"sha256": "^0.2.0"
}
}