Browse Source

update package,json

master
munir ishak 5 years ago
parent
commit
6291a804e0
1 changed files with 6 additions and 10 deletions
  1. 6
    10
      package.json

+ 6
- 10
package.json View File

1
 {
1
 {
2
   "name": "cordova-mirtech-plugin-base64saveimage",
2
   "name": "cordova-mirtech-plugin-base64saveimage",
3
-  "version": "0.0.1",
3
+  "version": "0.0.2",
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.",
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
   "cordova": {
5
   "cordova": {
6
     "id": "com.mirfalahtech.base64saveimage",
6
     "id": "com.mirfalahtech.base64saveimage",
12
   },
12
   },
13
   "repository": {
13
   "repository": {
14
     "type": "git",
14
     "type": "git",
15
-    "url": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
15
+    "url": ""
16
   },
16
   },
17
   "keywords": [
17
   "keywords": [
18
     "image",
18
     "image",
30
       "version": ">=3.0.0"
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
   "bugs": {
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
 }

Loading…
Cancel
Save