expo
Version:
The Expo SDK
52 lines (51 loc) • 1.43 kB
JSON
{
"name": "expo",
"version": "18.0.0-rc.1",
"description": "The Expo SDK",
"main": "src/Expo.js",
"scripts": {
"flow": "flow",
"test": "node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "jest-expo",
"clearMocks": true,
"testRegex": "/__tests__/.*-tests\\.js$"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-sdk.git"
},
"keywords": [
"expo"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-sdk/issues"
},
"homepage": "https://github.com/expo/expo-sdk",
"dependencies": {
"@expo/vector-icons": "^5.0.0",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-expo": "^2.0.0",
"fbemitter": "^2.1.1",
"lodash.map": "^4.6.0",
"lodash.zipobject": "^4.1.3",
"lottie-react-native": "1.1.1",
"md5-file": "^3.1.1",
"react-native-branch": "2.0.0-beta.3",
"react-native-fbads": "https://github.com/callstack-io/react-native-fbads/tarball/v4.1.0",
"react-native-maps": "https://github.com/expo/react-native-maps/archive/v0.15.2.tar.gz",
"react-native-svg": "https://github.com/expo/react-native-svg/archive/5.1.8-exp.0.tar.gz",
"uuid-js": "^0.7.5",
"websql": "^0.4.4"
},
"devDependencies": {
"flow-bin": "0.42.0",
"jest": "^20.0.0",
"jest-expo": "1.0.0",
"react": "16.0.0-alpha.6",
"react-native": "expo/react-native#sdk-17"
}
}