-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 KB
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "NativeScript Application",
"repository": "<fill-your-repository-here>",
"nativescript": {
"id": "biz.fa.fabwallet",
"tns-android": {
"version": "4.1.3"
},
"tns-ios": {
"version": "4.0.1"
}
},
"dependencies": {
"axios": "^0.18.0",
"bigi": "^1.4.2",
"bignumber.js": "^7.2.1",
"bip32-utils": "^0.11.1",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"bs58": "^4.0.1",
"bs58check": "^2.1.1",
"buffer-reverse": "^1.0.1",
"crypto-js": "^3.1.9-1",
"nativescript-barcodescanner": "^2.7.8",
"nativescript-clipboard": "^1.1.7",
"nativescript-drop-down": "^4.0.0",
"nativescript-exit": "^1.0.1",
"nativescript-fontawesome": "^1.0.0",
"nativescript-insomnia": "^1.2.1",
"nativescript-iqkeyboardmanager": "^1.3.0",
"nativescript-nodeify": "^0.7.0",
"nativescript-screen-orientation": "^2.0.0",
"nativescript-sqlite": "^2.2.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-zxing": "^1.5.6",
"qtum-opcodes": "^1.0.0",
"safe-buffer": "^5.1.2",
"tns-core-modules": "^4.1.0",
"web3-eth-abi": "^1.0.0-beta.35"
},
"devDependencies": {
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "6.4.5",
"lazy": "1.0.11"
}
}