24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"name": "react-native-video",
|
|
"version": "0.2.7",
|
|
"description": "A <Video /> element for react-native",
|
|
"main": "Video.ios.js",
|
|
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
|
"dependencies": {
|
|
"react-native": "^0.3.10"
|
|
},
|
|
"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"
|
|
}
|
|
}
|