react-native-ec-encryption
Version:
A hardware-backed encryption and decryption library for React Native
33 lines (32 loc) • 764 B
JSON
{
"name": "react-native-ec-encryption",
"version": "1.1.0",
"description": "A hardware-backed encryption and decryption library for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/paritytech/React-Native-ECEncryption.git"
},
"keywords": [
"react-native",
"ECIES",
"encryption",
"decryption",
"secure enclave",
"hardware backed"
],
"author": "hanwencheng",
"license": "gpl-3.0",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}