-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Damien Golding
committed
Dec 20, 2021
1 parent
5724c12
commit 4a19655
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |