-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cordova-plugin-photoeditorsdk",
"description": "A Cordova plugin for PhotoEditor SDK. Integrate the photo editor into your own HTML5, iOS or Android app - in minutes!",
"version": "3.4.0",
"types": "./types/index.d.ts",
"main": "www/photoeditorsdk.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"cordova": {
"id": "cordova-plugin-photoeditorsdk",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"cordova",
"photoeditorsdk",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"image",
"image editor",
"imageeditor",
"photo",
"photo editor",
"photoeditor",
"PhotoEditor SDK",
"SDK",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/imgly/pesdk-cordova.git"
},
"homepage": "https://www.photoeditorsdk.com",
"author": {
"name": "IMG.LY GmbH",
"email": "contact@img.ly"
},
"license": "BSD-3-Clause",
"engines": {
"cordovaDependencies": {
"1.0.0": {
"cordova-ios": ">4.3.0"
},
"2.0.0": {
"cordova": ">=9.0.0",
"cordova-ios": ">5.0.0",
"cordova-android": ">=9.0.0"
}
}
},
"dependencies": {
"async": "^3.2.0"
}
}