react-native-photoeditorsdk
Version:
A React Native module for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "react-native-photoeditorsdk",
"title": "React Native module for PhotoEditor SDK",
"version": "3.4.2",
"description": "A React Native module for PhotoEditor SDK. Integrate the photo 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/pesdk-react-native.git"
},
"homepage": "https://www.photoeditorsdk.com",
"keywords": [
"react-native",
"image",
"image editor",
"imageeditor",
"photo",
"photo editor",
"photoeditor",
"photoeditorsdk",
"PhotoEditor 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"
}
}