diff --git a/package.json b/package.json new file mode 100644 index 0000000..424680f --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "com.plugins.shortcut", + "version": "0.1.1", + "description": "

This is the plugin to create/delete Shortcuts (Android) in Apache Cordova/PhoneGap!

The Shortcut plugin for Apache Cordova allows you to create or delete the shortcut in the home of any andorid device.

", + "cordova": { + "id": "com.plugins.shortcut", + "platforms": [ + "android" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/jorgecis/ShortcutPlugin.git" + }, + "keywords": [ + "cordova", + "shortcut", + "jorgecis", + "cordova-android" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "jorgecis", + "license": "MIT", + "bugs": { + "url": "https://github.com/jorgecis/ShortcutPlugin/issues" + }, + "homepage": "https://github.com/jorgecis/ShortcutPlugin#readme" +}