12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "clipboard-copy",
- "description": "Lightweight copy to clipboard for the web",
- "version": "4.0.1",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "https://feross.org"
- },
- "bugs": {
- "url": "https://github.com/feross/clipboard-copy/issues"
- },
- "devDependencies": {
- "ecstatic": "^4.1.4",
- "standard": "*"
- },
- "homepage": "https://github.com/feross/clipboard-copy",
- "keywords": [
- "browser",
- "clipboard",
- "clipboard copy",
- "clipboard.js",
- "copy",
- "copy to clipboard",
- "modern browsers",
- "simple"
- ],
- "license": "MIT",
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/clipboard-copy.git"
- },
- "scripts": {
- "test": "standard",
- "test-browser-local": "ecstatic -p 4000 ."
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ]
- }
|