2015-11-19 19:49:51 +00:00
|
|
|
{
|
|
|
|
|
"name": "react-native-randombytes",
|
2017-08-28 21:56:17 -04:00
|
|
|
"version": "3.0.0",
|
2015-11-19 19:49:51 +00:00
|
|
|
"description": "randomBytes for react-native",
|
|
|
|
|
"main": "index.js",
|
2017-07-26 08:06:37 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/mvayngrib/react-native-randombytes.git"
|
|
|
|
|
},
|
2015-11-19 19:49:51 +00:00
|
|
|
"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-11-09 20:41:11 -05:00
|
|
|
"buffer": "^4.9.1",
|
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
|
|
|
}
|