UNPKG

1.09 kBJSONView Raw
1{
2 "name": "expo",
3 "version": "14.0.2",
4 "description": "The Expo SDK",
5 "main": "src/Expo.js",
6 "scripts": {
7 "flow": "flow",
8 "test": "node node_modules/jest-cli/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 "babel-preset-airbnb": "^2.2.3",
28 "babel-preset-expo": "1.0.0",
29 "fbemitter": "^2.1.1",
30 "lottie-react-native": "1.0.1",
31 "md5-file": "^3.1.1",
32 "react-native-maps": "https://github.com/exponent/react-native-maps/archive/v0.12.2-exp.1.tar.gz",
33 "react-native-svg": "https://github.com/exponent/react-native-svg/archive/4.4.1.tar.gz",
34 "uuid-js": "^0.7.5"
35 },
36 "devDependencies": {
37 "flow-bin": "^0.37.0",
38 "jest-expo": "^0.2.1",
39 "react": "~15.4.2",
40 "react-native": "exponent/react-native#sdk-14"
41 }
42}