-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 956 Bytes
/
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
{
"name": "@spoonconsulting/cordova-plugin-simple-camera-preview",
"version": "2.0.32",
"description": "Cordova plugin that allows camera interaction from HTML code for showing camera preview below or on top of the HTML.",
"keywords": [
"cordova",
"phonegap",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"android",
"ios",
"ionic",
"camera",
"cam",
"camera-preview",
"preview"
],
"cordova": {
"id": "@spoonconsulting/cordova-plugin-simple-camera-preview"
},
"repository": {
"type": "git",
"url": "https://github.com/spoonconsulting/cordova-plugin-simple-camera-preview"
},
"author": {
"name": "Mevin Dhunnooa & Spoon Consulting Ltd",
"email": "[email protected]",
"url": "https://spoonconsulting.com"
},
"license": "Apache 2.0",
"homepage": "https://github.com/spoonconsulting/cordova-plugin-simple-camera-preview",
"devDependencies": {}
}