-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 865 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
{
"name": "cordova-plugin-codeplay-share-own-apk",
"version": "0.0.9",
"description": "Developed by HTML Code Play and this plugin is used for share your current own apk through any other sharing applications.",
"cordova": {
"id": "cordova-plugin-codeplay-share-own-apk",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/merbin2012/cordova-plugin-codeplay-share-own-apk.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"share-apk",
"share-own-apk",
"share-cordova-app",
"share-cordova-app-apk"
],
"author": "Merbin Joe",
"license": "ISC",
"bugs": {
"url": "https://github.com/merbin2012/cordova-plugin-codeplay-share-own-apk/issues"
},
"homepage": "https://github.com/merbin2012/cordova-plugin-codeplay-share-own-apk#readme"
}