react-native-video/package.json
2015-04-08 12:01:10 -07:00

18 lines
430 B
JSON

{
"name": "react-native-video",
"version": "0.2.4",
"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.5"
},
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-video.git"
},
"devDependencies": {
"jest-cli": "0.2.1"
}
}