2015-11-19 19:49:51 +00:00
|
|
|
{
|
|
|
|
|
"name": "react-native-randombytes",
|
2016-01-23 10:53:58 -05:00
|
|
|
"version": "2.0.0",
|
2015-11-19 19:49:51 +00:00
|
|
|
"description": "randomBytes for react-native",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2016-01-23 10:50:08 -05:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2015-11-19 19:49:51 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"react-component",
|
|
|
|
|
"react-native",
|
|
|
|
|
"randomBytes",
|
2015-11-19 20:22:24 +00:00
|
|
|
"rng",
|
2016-01-23 10:50:08 -05:00
|
|
|
"ios",
|
|
|
|
|
"android"
|
2015-11-19 19:49:51 +00:00
|
|
|
],
|
|
|
|
|
"dependencies": {
|
2016-01-10 22:22:08 -08:00
|
|
|
"buffer": "^3.5.2",
|
2016-01-12 10:24:08 -08:00
|
|
|
"sjcl": "^1.0.3"
|
2015-11-19 19:49:51 +00:00
|
|
|
},
|
|
|
|
|
"author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)",
|
2016-01-23 10:50:08 -05:00
|
|
|
"license": "ISC"
|
2015-11-19 19:49:51 +00:00
|
|
|
}
|