UNPKG

1.19 kBJSONView Raw
1{
2 "name": "expo-random",
3 "version": "3.0.0",
4 "description": "Expo universal module for random bytes",
5 "main": "build/Random.js",
6 "types": "build/Random.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "test": "expo-module test",
11 "prepare": "expo-module prepare",
12 "prepublishOnly": "expo-module prepublishOnly",
13 "expo-module": "expo-module"
14 },
15 "keywords": [
16 "react-native",
17 "expo",
18 "random",
19 "crypto",
20 "random-bytes",
21 "secure",
22 "generator",
23 "bytes"
24 ],
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/expo/expo.git"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://github.com/expo/expo/tree/master/packages/expo-random",
35 "jest": {
36 "preset": "expo-module-scripts"
37 },
38 "unimodulePeerDependencies": {
39 "expo-core": "*",
40 "expo-errors": "*"
41 },
42 "devDependencies": {
43 "expo-module-scripts": "^1.0.0",
44 "babel-preset-expo": "^5.0.0"
45 },
46 "dependencies": {
47 "base64-js": "^1.3.0"
48 },
49 "gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58"
50}