Skip to content

Commit

Permalink
Add package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ohh2ahh committed Apr 23, 2015
1 parent 00f6633 commit c46b802
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "cordova-plugin-appavailability",
"version": "0.4.0",
"description": "This plugin for Cordova and PhoneGap allows you to check if an app is installed. It requires an URI Scheme (iOS) or a Package Name (Android).",
"cordova": {
"id": "cordova-plugin-appavailability",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohh2ahh/AppAvailability.git"
},
"keywords": [
"Cordova",
"PhoneGap",
"plugin",
"app",
"availability",
"installed",
"URIScheme",
"URI",
"Scheme",
"PackageName",
"Package",
"Name",
"iOS",
"Android",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "ohh2ahh",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohh2ahh/AppAvailability/issues"
},
"homepage": "https://github.com/ohh2ahh/AppAvailability#readme"
}

0 comments on commit c46b802

Please sign in to comment.