2015-03-30 23:07:55 -06:00
|
|
|
{
|
|
|
|
"name": "react-native-video",
|
2016-02-03 09:45:20 -07:00
|
|
|
"version": "0.7.1",
|
2015-04-09 13:35:03 -06:00
|
|
|
"description": "A <Video /> element for react-native",
|
2015-10-29 18:26:28 -06:00
|
|
|
"main": "Video.js",
|
2015-03-30 23:07:55 -06:00
|
|
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
2015-04-13 23:16:07 -06:00
|
|
|
"files": [
|
2015-11-02 16:00:35 -07:00
|
|
|
"android/build.gradle",
|
2015-11-02 16:14:49 -07:00
|
|
|
"android/RCTVideo.iml",
|
2015-11-02 16:00:35 -07:00
|
|
|
"android/src/main/AndroidManifest.xml",
|
|
|
|
"android/src/main/res/values/styles.xml",
|
2015-11-02 16:17:38 -07:00
|
|
|
"android/src/main/java/com/brentvatne/react/ReactVideoPackage.java",
|
2015-11-02 16:00:35 -07:00
|
|
|
"android/src/main/java/com/brentvatne/react/ReactVideoViewManager.java",
|
2015-11-17 19:05:33 -07:00
|
|
|
"android/src/main/java/com/brentvatne/react/ReactVideoView.java",
|
2015-04-13 23:16:07 -06:00
|
|
|
"RCTVideo.xcodeproj",
|
|
|
|
"RCTVideo.h",
|
|
|
|
"RCTVideo.m",
|
|
|
|
"RCTVideoManager.h",
|
|
|
|
"RCTVideoManager.m",
|
|
|
|
"README.md",
|
2016-03-31 12:59:25 -06:00
|
|
|
"UIView+FindUIViewController.h",
|
|
|
|
"UIView+FindUIViewController.m",
|
2016-03-31 15:12:43 -06:00
|
|
|
"RCTVideoPlayerViewController.h",
|
|
|
|
"RCTVideoPlayerViewController.m",
|
2016-04-01 02:51:02 -06:00
|
|
|
"RCTVideoPlayerViewControllerDelegate.h",
|
2015-10-29 18:26:28 -06:00
|
|
|
"Video.js",
|
2016-02-17 10:51:34 -07:00
|
|
|
"VideoResizeMode.js",
|
|
|
|
"react-native-video.podspec"
|
2015-04-13 23:16:07 -06:00
|
|
|
],
|
2015-04-10 10:24:52 -06:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "Johannes Lumpe",
|
|
|
|
"email": "johannes@lum.pe"
|
2015-10-29 18:26:28 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Baris Sencan",
|
|
|
|
"email": "baris.sncn@gmail.com"
|
2015-04-10 10:24:52 -06:00
|
|
|
}
|
|
|
|
],
|
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": {
|
2016-01-31 20:35:18 -07:00
|
|
|
"jest-cli": "0.2.1",
|
|
|
|
"eslint": "1.10.3",
|
|
|
|
"babel-eslint": "5.0.0-beta8",
|
|
|
|
"eslint-plugin-react": "3.16.1",
|
|
|
|
"eslint-config-airbnb": "4.0.0"
|
2015-07-28 16:46:05 -06:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-01-31 20:35:18 -07:00
|
|
|
"keymirror": "0.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "node_modules/.bin/eslint *.js"
|
2015-03-30 23:07:55 -06:00
|
|
|
}
|
|
|
|
}
|