2015-03-30 23:07:55 -06:00
|
|
|
{
|
|
|
|
"name": "react-native-video",
|
2015-08-23 21:24:15 -06:00
|
|
|
"version": "0.6.0",
|
2015-04-09 13:35:03 -06:00
|
|
|
"description": "A <Video /> element for react-native",
|
2015-03-30 23:07:55 -06:00
|
|
|
"main": "Video.ios.js",
|
|
|
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
2015-04-13 23:16:07 -06:00
|
|
|
"files": [
|
|
|
|
"RCTVideo.xcodeproj",
|
|
|
|
"RCTVideo.h",
|
|
|
|
"RCTVideo.m",
|
|
|
|
"RCTVideoManager.h",
|
|
|
|
"RCTVideoManager.m",
|
|
|
|
"README.md",
|
|
|
|
"Video.android.js",
|
|
|
|
"Video.ios.js",
|
|
|
|
"VideoResizeMode.js",
|
|
|
|
"VideoStylePropTypes.js"
|
|
|
|
],
|
2015-04-10 10:24:52 -06:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Johannes Lumpe",
|
|
|
|
"email": "johannes@lum.pe"
|
|
|
|
}
|
|
|
|
],
|
2015-04-04 13:04:59 -06:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:brentvatne/react-native-video.git"
|
|
|
|
},
|
2015-03-30 23:07:55 -06:00
|
|
|
"devDependencies": {
|
|
|
|
"jest-cli": "0.2.1"
|
2015-07-28 16:46:05 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"keymirror": "^0.1.1",
|
2015-09-16 15:36:17 -06:00
|
|
|
"lodash": "^3.10.1"
|
2015-03-30 23:07:55 -06:00
|
|
|
}
|
|
|
|
}
|