UNPKG

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