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
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "cordova-plugin-clipboard",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name has been taken, you will need to change this.

"version": "0.1.0",
"description": "Cordova Clipboard Plugin",
"cordova": {
"id": "cordova-plugin-clipboard",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git@github.com:VersoSolutions/CordovaClipboard.git"
},
"keywords": [
"cordova",
"clipboard",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8",
"cordova-windows8",
"cordova-windows"
],
"author": "Verso Solutions LLC",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.verso.cordova.clipboard"
id="cordova-plugin-clipboard"
version="0.1.0">

<engines>
Expand Down