react-native-videoeditorsdk
Version:
A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "react-native-videoeditorsdk",
"title": "React Native module for VideoEditor SDK",
"version": "3.4.2",
"description": "A React Native module for VideoEditor SDK. Integrate the video editor into your own HTML5, iOS or Android app - in minutes!",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/imgly/vesdk-react-native.git"
},
"homepage": "https://www.videoeditorsdk.com",
"keywords": [
"react-native",
"video",
"video editor",
"videoeditor",
"videoeditorsdk",
"VideoEditor SDK",
"SDK",
"ios",
"android"
],
"author": {
"name": "IMG.LY GmbH",
"email": "contact@img.ly"
},
"license": "BSD-3-Clause",
"licenseFilename": "LICENSE.md",
"readmeFilename": "README.md",
"peerDependencies": {
"react-native": ">=0.60.0 <1.0.x"
},
"dependencies": {
"react-native-imglysdk": "3.4.0"
}
}