react-native-awesome-secure-random
Version:
Generate cryptographically-secure random bytes in react native
52 lines (51 loc) • 1.21 kB
JSON
{
"name": "react-native-awesome-secure-random",
"version": "1.0.0",
"description": "Generate cryptographically-secure random bytes in react native",
"main": "index.js",
"scripts": {
"test": "flow && jest"
},
"types": "index.d.ts",
"author": {
"name": "Taehyun Hwang",
"email": "eeht1717@gmail.com",
"url": "https://github.com/HwangTaehyun"
},
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HwangTaehyun/react-native-securerandom.git"
},
"keywords": [
"react-native",
"SecRandomCopyBytes",
"PRNG",
"CSPRNG",
"SecureRandom",
"crypto",
"RandomNumberGenerator",
"Cryptography"
],
"homepage": "https://github.com/HwangTaehyun/react-native-securerandom#readme",
"dependencies": {
"base64-js": "*"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.1.0",
"babel-jest": "^24.8.0",
"flow-bin": "^0.78.0",
"jest": "^24.8.0",
"react-native": "^0.57.2"
},
"jest": {
"transform": {
"^.+\\.js$": "<rootDir>/jest.babel.js"
}
}
}