Files
react-native-randombytes/package.json
T
2015-11-19 19:50:48 +00:00

21 lines
458 B
JSON

{
"name": "react-native-randombytes",
"version": "1.0.0",
"description": "randomBytes for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"randomBytes",
"rng"
],
"dependencies": {
"buffer": "^3.5.2"
},
"author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)",
"license": "ISC"
}