mirror of
https://github.com/status-im/react-native-securerandom.git
synced 2026-08-27 17:11:14 +00:00
42 lines
993 B
JSON
42 lines
993 B
JSON
{
|
|
"name": "react-native-securerandom",
|
|
"version": "0.3.0",
|
|
"description": "Generate cryptographically-secure random bytes in react native",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "flow && jest"
|
|
},
|
|
"author": "Rob Hogan <roberthogan@blueyonder.co.uk>",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-native": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rh389/react-native-securerandom.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"SecRandomCopyBytes",
|
|
"PRNG",
|
|
"CSPRNG",
|
|
"SecureRandom",
|
|
"crypto",
|
|
"RandomNumberGenerator",
|
|
"Cryptography"
|
|
],
|
|
"homepage": "https://github.com/rh389/react-native-securerandom#readme",
|
|
"dependencies": {
|
|
"base64-js": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^23.6.0",
|
|
"flow-bin": "^0.78.0",
|
|
"jest": "^23.6.0",
|
|
"react-native": "^0.57.2"
|
|
}
|
|
}
|