UNPKG

execcommand-copy

Version:

Copy text into a clipboard with JavaScript and execCommand

29 lines (28 loc) 687 B
{ "name": "execcommand-copy", "version": "1.3.0", "description": "Copy text into a clipboard with JavaScript and execCommand", "main": "index.js", "scripts": { "test": "eslint index.js && tape test.js", "changelog": "standard-changelog -i changelog.md", "docs": "documentation-readme README.md -s API" }, "keywords": [ "execCommand", "copy", "test" ], "author": "Tom MacWright", "license": "ISC", "devDependencies": { "documentation-readme": "^2.1.0", "eslint": "^1.9.0", "standard-changelog": "^1.0.1", "tape": "^4.2.2" }, "repository": { "type": "git", "url": "git@github.com:mapbox/execcommand-copy.git" } }