-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
35
{
"name": "cordova-plugin-camera-preview",
"version": "0.10.0",
"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"
],
"repository": {
"type": "git",
"url": "https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview"
},
"author": {
"name": "Weston Ganger",
"email": "[email protected]",
"url": "solidfoundationwebdev.com"
},
"license": "Apache 2.0",
"homepage": "https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview",
"typings": "typescript/CameraPreview.d.ts",
"dependencies": {
"cordova": "*"
},
"devDependencies": {}
}