react-native-video/package.json

14 lines
326 B
JSON
Raw Normal View History

2015-03-30 23:07:55 -06:00
{
"name": "react-native-video",
2015-03-30 23:53:07 -06:00
"version": "0.1.2",
2015-03-30 23:07:55 -06:00
"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.1"
},
"devDependencies": {
"jest-cli": "0.2.1"
}
}