UNPKG

react-native-ffmpeg

Version:
34 lines (33 loc) 761 B
{ "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": "*" } }