1{
2  "name": "copy-to-clipboard",
3  "version": "3.0.8",
4  "description": "Copy stuff into clipboard using JS with fallbacks",
5  "main": "index.js",
6  "types": "index.d.ts",
7  "scripts": {
8    "pretest": "browserify ./index.js -o ./example/index.js --standalone copyToClipboard",
9    "test": "nightwatch"
10  },
11  "keywords": [
12    "clipboard",
13    "copy",
14    "browser"
15  ],
16  "author": "sudodoki <smd.deluzion@gmail.com>",
17  "license": "MIT",
18  "repository": {
19    "type": "git",
20    "url": "git+https://github.com/sudodoki/copy-to-clipboard"
21  },
22  "contributors": [
23    {
24      "name": "Aleksej Shvajka",
25      "url": "https://github.com/shvaikalesh"
26    }
27  ],
28  "dependencies": {},
29  "directories": {
30    "example": "example"
31  },
32  "devDependencies": {},
33  "cleaned": true
34}