Files

31 lines
736 B
JSON
Raw Permalink Normal View History

2017-10-11 17:27:00 +01:00
{
2017-10-11 19:33:26 +01:00
"name": "react-native-securerandom",
"version": "0.1.1",
2017-10-11 19:17:15 +01:00
"description":"Generate cryptographically-secure random bytes in react native",
2017-10-11 17:27:00 +01:00
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2017-10-11 19:17:15 +01:00
"author": "Rob Hogan <roberthogan@blueyonder.co.uk>",
"license": "MIT",
2017-10-11 17:27:00 +01:00
"peerDependencies": {
"react-native": "*"
2017-10-11 19:00:59 +01:00
},
2017-10-11 19:17:15 +01:00
"repository": {
"type": "git",
2017-10-11 19:33:26 +01:00
"url": "git+https://github.com/rh389/react-native-securerandom.git"
2017-10-11 19:17:15 +01:00
},
"keywords": [
"react-native",
"SecRandomCopyBytes",
"PRNG",
"CSPRNG",
"SecureRandom",
"crypto"
],
2017-10-11 19:33:26 +01:00
"homepage": "https://github.com/rh389/react-native-securerandom#readme",
2017-10-11 19:00:59 +01:00
"dependencies": {
"base64-js": "*"
2017-10-11 17:27:00 +01:00
}
}