@dapix/react-native-fio
Version:
The FIO react-native-fio SDK communicates with the FIO Blockchain.
60 lines (59 loc) • 1.56 kB
JSON
{
"name": "@dapix/react-native-fio",
"version": "0.1.0",
"description": "The FIO react-native-fio SDK communicates with the FIO Blockchain.",
"main": "index.js",
"_from": "react-native-fio",
"_id": "react-native-fio@0.1.0",
"_inBundle": false,
"_integrity": "sha512-nE4gfLu6Y02jZkZULTVzkpn+Ck+Fadsf07WZL02VruHbgEfrCadxxg8csPaEJkvktuOHpPPCYZ8JJjxJhuia1w==",
"_location": "/react-native-fio",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-fio",
"name": "react-native-fio",
"escapedName": "react-native-fio",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_spec": "react-native-fio",
"_where": "/Users/davidfaerman/dapix/sdks/typeScript/test1",
"author": {
"name": "Fio Foundation"
},
"bundleDependencies": false,
"deprecated": false,
"keywords": [
"fio"
],
"scripts": {
"test": "tsc && jest"
},
"devDependencies": {
"@types/node": "^12.0.2",
"jest": "^24.7.1",
"jest-fetch-mock": "^2.1.2",
"text-encoding": "^0.7.0"
},
"dependencies": {
"bip39": "^3.0.2",
"eosjs-ecc": "^4.0.4",
"@dapix/fiojs": "0.1.0",
"hdkey": "^1.1.1",
"js-sha512": "^0.8.0",
"wif": "^2.0.6"
},
"jest": {
"automock": false,
"setupFiles": [
"./setupJest.js"
]
}
}