diff --git a/README.md b/README.md index 39de67b..5486150 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # WebIntents plugin for Phonegap # -By Boris Smus +Update from [Boris Smus](https://github.com/Initsogar/cordova-webintent) + +## Maintainer needed +Our team are currently not maintaining this project. We put it on npm because phonegap are changing to npm and we wish to maintain this project again soon. + ## Adding the Plugin to your project ## 1. To install the plugin, move webintent.js to your project's www folder and include a reference to it in your html files. diff --git a/package.json b/package.json new file mode 100644 index 0000000..fa885f6 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "phonegap-webintent", + "version": "0.0.2", + "description": "WebIntents plugin for Phonegap from Boris Smus", + "main": "www/webintent.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/Tunts/WebIntent" + }, + "author": "Tuntscorp & Boris Smus", + "license": "MIT" +}