forked from mvayngrib/react-native-randombytes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 694 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "react-native-randombytes",
"version": "2.2.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",
"ios",
"android"
],
"dependencies": {
"buffer": "^4.9.1",
"sjcl": "^1.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KnackTech/react-native-randombytes.git"
},
"author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)",
"license": "ISC",
"homepage": "https://github.com/mvayngrib/react-native-randombytes"
}