Skip to content

Commit

Permalink
npm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Golding committed Dec 20, 2021
1 parent 5724c12 commit 4a19655
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
{
"name": "multi-clipboard",
"version": "1.0.0",
"description": "",
"description": "Multiple clipboard(copy, cut, paste) handling using the Clipboard API.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "The Open Web"
"scripts": {},
"keywords": [
"clipboard", "Clipboard API", "copy", "paste", "cut", "multiple", "コピー", "ペースト", "貼り付け", "コピペ"
],
"author": "The Open Web <noreply@theopenweb.jp> (https://theopenweb.jp)",
"contributors": [
"Damien Golding <noreply@damiengolding.com> (https://damiengolding.com)"
],
"homepage": "https://theopenweb.info",
"bugs": "https://github.com/theopenwebjp/multi-clipboard/issues",
"private": true,
"license": "UNLICENSED"
}

0 comments on commit 4a19655

Please sign in to comment.