/ package.json
package.json
1 { 2 "name": "react-native-randombytes", 3 "version": "3.0.0", 4 "description": "randomBytes for react-native", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/mvayngrib/react-native-randombytes.git" 9 }, 10 "scripts": { 11 "test": "echo \"Error: no test specified\" && exit 1" 12 }, 13 "keywords": [ 14 "react-component", 15 "react-native", 16 "randomBytes", 17 "rng", 18 "ios", 19 "android" 20 ], 21 "dependencies": { 22 "buffer": "^4.9.1", 23 "sjcl": "^1.0.3" 24 }, 25 "author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)", 26 "license": "ISC" 27 }