forked from westonganger/cordova-plugin-camera-preview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 960 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
36
37
38
39
{
"name": "cordova-plugin-camera-preview",
"version": "0.0.9",
"description": "Cordova plugin that allows camera interaction from HTML code. Show 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",
"dependencies": {
"cordova": "*"
},
"devDependencies": {
"gulp": "*",
"gulp-uglify": "*",
"pump": "*",
"gulp-release-it": "~1"
}
}