UNPKG

1.24 kBJSONView Raw
1{
2 "name": "expo",
3 "version": "15.0.1",
4 "description": "The Expo SDK",
5 "main": "src/Expo.js",
6 "scripts": {
7 "flow": "flow",
8 "test": "node_modules/jest/bin/jest.js"
9 },
10 "jest": {
11 "preset": "jest-expo"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/expo/expo-sdk.git"
16 },
17 "keywords": [
18 "expo"
19 ],
20 "author": "Exponent",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/expo/expo-sdk/issues"
24 },
25 "homepage": "https://github.com/expo/expo-sdk",
26 "dependencies": {
27 "@expo/vector-icons": "^4.0.0",
28 "babel-preset-airbnb": "^2.2.3",
29 "babel-preset-expo": "1.0.0",
30 "fbemitter": "^2.1.1",
31 "lottie-react-native": "1.0.1",
32 "md5-file": "^3.1.1",
33 "react-native-fbads": "https://github.com/callstack-io/react-native-fbads/tarball/v4.1.0",
34 "react-native-maps": "https://github.com/exponent/react-native-maps/archive/v0.12.2-exp.1.tar.gz",
35 "react-native-svg": "https://github.com/exponent/react-native-svg/archive/4.4.1.tar.gz",
36 "uuid-js": "^0.7.5"
37 },
38 "devDependencies": {
39 "flow-bin": "^0.37.0",
40 "jest": "^19.0.2",
41 "jest-expo": "^0.3.0-beta.0",
42 "react": "~15.4.2",
43 "react-native": "exponent/react-native#sdk-15"
44 }
45}