Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}