Files
react-native-randombytes/package.json
T

24 lines
506 B
JSON
Raw Normal View History

2015-11-19 19:49:51 +00:00
{
"name": "react-native-randombytes",
2017-08-28 21:52:12 -04:00
"version": "2.3.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-11-09 20:41:11 -05:00
"buffer": "^4.9.1",
"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
}