-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 796 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
{
"name": "helmac-cordova-plugin-app-launcher",
"version": "0.5.0",
"description": "This plugin allows you to see if other apps are installed and launch them. On Android, you can send extras to the launched Activity and receive result data (if available), as well as retrieve a list of applications that can open a specified uri.",
"repository": {
"type": "git",
"url": "git+https://github.com/helmac/cordova-plugin-app-launcher.git"
},
"keywords": [
"cordova",
"launcher",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"author": "Nicholas Hutchind",
"license": "MIT",
"bugs": {
"url": "https://github.com/helmac/cordova-plugin-app-launcher/issues"
},
"homepage": "https://github.com/helmac/cordova-plugin-app-launcher#readme"
}