react-native-ffmpeg
Version:
FFmpeg for React Native
34 lines (33 loc) • 761 B
JSON
{
"name": "react-native-ffmpeg",
"version": "0.5.2",
"description": "FFmpeg for React Native",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Taner Sener",
"email": "tanersener@gmail.com"
},
"license": "LGPL-3.0",
"keywords": [
"react-native",
"ffmpeg",
"android",
"ios"
],
"bugs": {
"url": "https://github.com/tanersener/react-native-ffmpeg/issues"
},
"homepage": "https://github.com/tanersener/react-native-ffmpeg#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tanersener/react-native-ffmpeg.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}