-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-native-photoeditorsdk",
"title": "React Native module for PhotoEditor SDK",
"version": "3.3.0",
"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.3.0"
}
}