UNPKG

react-native-flip

Version:
37 lines (36 loc) 1.06 kB
{ "name": "expo-application", "version": "4.0.0", "description": "A universal module that gets native application information such as its ID, app name, and build version at runtime", "main": "build/Application.js", "types": "build/Application.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "expo-application" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-application" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/application/", "devDependencies": { "expo-module-scripts": "^2.0.0" }, "gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b" }