33 lines
727 B
JSON
33 lines
727 B
JSON
{
|
|
"name": "react-native-video",
|
|
"version": "0.4.10",
|
|
"description": "A <Video /> element for react-native",
|
|
"main": "Video.ios.js",
|
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
|
"files": [
|
|
"RCTVideo.xcodeproj",
|
|
"RCTVideo.h",
|
|
"RCTVideo.m",
|
|
"RCTVideoManager.h",
|
|
"RCTVideoManager.m",
|
|
"README.md",
|
|
"Video.android.js",
|
|
"Video.ios.js",
|
|
"VideoResizeMode.js",
|
|
"VideoStylePropTypes.js"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Johannes Lumpe",
|
|
"email": "johannes@lum.pe"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:brentvatne/react-native-video.git"
|
|
},
|
|
"devDependencies": {
|
|
"jest-cli": "0.2.1"
|
|
}
|
|
}
|