UNPKG

1.21 kBJSONView Raw
1{
2 "name": "expo-localization",
3 "version": "3.0.0",
4 "description": "Provides an interface for native user localization information.",
5 "main": "build/Localization.js",
6 "types": "build/Localization.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 "localization",
19 "locales",
20 "l10n"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git"
25 },
26 "bugs": {
27 "url": "https://github.com/expo/expo/issues"
28 },
29 "contributors": [
30 "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
31 ],
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.io/versions/latest/sdk/localization/",
35 "jest": {
36 "preset": "expo-module-scripts"
37 },
38 "dependencies": {
39 "rtl-detect": "^1.0.2"
40 },
41 "unimodulePeerDependencies": {
42 "expo-core": "*"
43 },
44 "devDependencies": {
45 "expo-module-scripts": "^1.0.0"
46 },
47 "gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897"
48}