UNPKG

1.02 kBJSONView Raw
1{
2 "name": "expo-av",
3 "version": "3.0.0",
4 "description": "Expo universal module for Audio and Video playback",
5 "main": "build/index.js",
6 "types": "build/index.d.ts",
7 "scripts": {
8 "build": "expo-module build",
9 "clean": "expo-module clean",
10 "lint": "expo-module lint",
11 "test": "expo-module test",
12 "prepare": "expo-module prepare",
13 "prepublishOnly": "expo-module prepublishOnly",
14 "expo-module": "expo-module"
15 },
16 "keywords": [
17 "expo",
18 "react-native",
19 "audio",
20 "video"
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/expo/expo.git"
25 },
26 "bugs": {
27 "url": "https://github.com/expo/expo/issues"
28 },
29 "author": "650 Industries, Inc.",
30 "license": "MIT",
31 "homepage": "https://docs.expo.io/versions/latest/sdk/av/",
32 "unimodulePeerDependencies": {
33 "expo-core": "*"
34 },
35 "devDependencies": {
36 "babel-preset-expo": "^5.0.0",
37 "expo-module-scripts": "^1.0.0"
38 },
39 "gitHead": "9132f99f2ceb431006060c7f89d0928cc2053897"
40}