forked from devgeeks/Canvas2ImagePlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 991 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
40
41
42
{
"name": "cordova-plugin-canvas2image",
"version": "0.6.0",
"description": "This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, or Android Gallery from your app.",
"cordova": {
"id": "org.devgeeks.Canvas2ImagePlugin",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/devgeeks/Canvas2ImagePlugin.git"
},
"keywords": [
"canvas",
"image",
"photo library",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": {
"name": "tommy-carlos williams",
"email": "[email protected]",
"url": "http://devgeeks.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/devgeeks/Canvas2ImagePlugin/issues"
},
"homepage": "https://github.com/devgeeks/Canvas2ImagePlugin#readme"
}