|
@@ -1,6 +1,6 @@
|
1
|
1
|
{
|
2
|
2
|
"name": "cordova-mirtech-plugin-base64saveimage",
|
3
|
|
- "version": "0.0.1",
|
|
3
|
+ "version": "0.0.2",
|
4
|
4
|
"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.",
|
5
|
5
|
"cordova": {
|
6
|
6
|
"id": "com.mirfalahtech.base64saveimage",
|
|
@@ -12,7 +12,7 @@
|
12
|
12
|
},
|
13
|
13
|
"repository": {
|
14
|
14
|
"type": "git",
|
15
|
|
- "url": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
|
|
15
|
+ "url": ""
|
16
|
16
|
},
|
17
|
17
|
"keywords": [
|
18
|
18
|
"image",
|
|
@@ -30,14 +30,10 @@
|
30
|
30
|
"version": ">=3.0.0"
|
31
|
31
|
}
|
32
|
32
|
],
|
33
|
|
- "author": {
|
34
|
|
- "name": "Muhammad Munir",
|
35
|
|
- "email": "munirishak@mirfalah.my",
|
36
|
|
- "url": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
|
37
|
|
- },
|
38
|
|
- "license": "",
|
|
33
|
+ "author": "Muhammad Munir <munirishak@mirfalah.my> (https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage)",
|
|
34
|
+ "license": "ISC",
|
39
|
35
|
"bugs": {
|
40
|
|
- "url": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
|
|
36
|
+ "url": ""
|
41
|
37
|
},
|
42
|
|
- "homepage": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
|
|
38
|
+ "homepage": ""
|
43
|
39
|
}
|