react-native-video/package.json
2015-05-14 18:10:41 -07:00

36 lines
784 B
JSON

{
"name": "react-native-video",
"version": "0.4.0",
"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"
},
"peerDependencies": {
"react-native": "^0.4.3"
}
}