-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "react-native-imglysdk",
"title": "React Native module for IMG.LY SDK",
"version": "3.3.0",
"description": "A React Native base module for PhotoEditor SDK and VideoEditor SDK. Integrate the video- and photo editor into your own HTML5, iOS or Android app - in minutes!",
"main": "app.plugin.js",
"scripts": {
"build": "expo-module build plugin",
"clean": "expo-module clean plugin",
"prepare": "yarn clean && yarn build"
},
"homepage": "https://www.img.ly",
"keywords": [
"react-native",
"video",
"video editor",
"videoeditor",
"videoeditorsdk",
"VideoEditor SDK",
"photo",
"photo editor",
"photoeditor",
"photoeditorsdk",
"PhotoEditor SDK",
"imgly",
"img.ly",
"imglysdk",
"imgly sdk",
"img.ly sdk",
"SDK",
"ios",
"android"
],
"author": {
"name": "IMG.LY GmbH",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"licenseFilename": "LICENSE.md",
"readmeFilename": "README.md",
"devDependencies": {
"expo-module-scripts": "^4.0.0"
}
}