react-native-video/package.json

18 lines
431 B
JSON
Raw Normal View History

2015-03-30 23:07:55 -06:00
{
"name": "react-native-video",
2015-04-09 13:29:11 -06:00
"version": "0.2.6",
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": {
2015-04-09 13:29:11 -06:00
"react-native": "^0.3.10"
2015-03-30 23:07:55 -06:00
},
2015-04-04 13:04:59 -06:00
"repository": {
"type": "git",
"url": "git@github.com:brentvatne/react-native-video.git"
},
2015-03-30 23:07:55 -06:00
"devDependencies": {
"jest-cli": "0.2.1"
}
}