-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan McQuen <[email protected]>
- Loading branch information
1 parent
f5f41bb
commit bd43206
Showing
4 changed files
with
95 additions
and
92 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "cheval", | ||
"version": "2.0.0", | ||
"description": "Copy to the clipboard using JavaScript without writing JS.", | ||
"main": "cheval.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ryanpcmcquen/cheval.git" | ||
}, | ||
"keywords": [ | ||
"clipboard" | ||
], | ||
"author": "Ryan McQuen", | ||
"license": "MPL-2.0", | ||
"bugs": { | ||
"url": "https://github.com/ryanpcmcquen/cheval/issues" | ||
}, | ||
"homepage": "https://github.com/ryanpcmcquen/cheval#readme" | ||
} |