UNPKG

1.16 kBJSONView Raw
1{
2 "name": "expo-constants",
3 "version": "2.0.0",
4 "description": "Expo Constants standalone universal module",
5 "main": "build/Constants.js",
6 "types": "build/Constants.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 "constants"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/expo/expo.git"
23 },
24 "author": "650 Industries, Inc.",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/expo/expo/issues"
28 },
29 "homepage": "https://github.com/expo/expo/tree/master/packages/expo-constants",
30 "jest": {
31 "preset": "expo-module-scripts"
32 },
33 "peerDependencies": {
34 "expo": "~32.0.0",
35 "expo-core": "~2.0.0",
36 "expo-constants-interface": "~2.0.0"
37 },
38 "dependencies": {
39 "ua-parser-js": "^0.7.19",
40 "uuid": "^3.3.2"
41 },
42 "devDependencies": {
43 "expo-module-scripts": "^1.0.0"
44 },
45 "gitHead": "f15abc53c111bd0438cd36dc456c59cfa7c56a58"
46}