react-native-video/package.json
2015-05-11 08:19:15 -07:00

18 lines
431 B
JSON

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