-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "com.virtuoworks.cordova-plugin-canvascamera",
"version": "1.0.5",
"description": "A Cordova plugin to display video from the device's camera into an HTML canvas element.",
"repository": "https://github.com/VirtuoWorks/CanvasCameraPlugin.git",
"cordova": {
"id": "com.virtuoworks.cordova-plugin-canvascamera",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"camera",
"canvas"
],
"contributors": [
{
"name" : "Virtuoworks",
"url" : "https://www.virtuoworks.com/"
},
{
"name" : "Sami Radi",
"email" : "[email protected]",
"url" : "https://github.com/Sami-Radi"
},
{
"name" : "Sébastien Guillon",
"email" : "[email protected]",
"url" : "https://github.com/Sebastien-Guillon"
}
],
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
},
"license": "MIT"
}