UNPKG

1.07 kBJSONView Raw
1{
2 "name": "v-copy",
3 "version": "0.1.0",
4 "description": "Vue directive to copy to clipboard.",
5 "repository": {
6 "url": "egoist/v-copy",
7 "type": "git"
8 },
9 "main": "dist/v-copy.common.js",
10 "unpkg": "dist/v-copy.js",
11 "cdn": "dist/v-copy.js",
12 "files": [
13 "dist"
14 ],
15 "scripts": {
16 "prepublishOnly": "npm test && npm run build",
17 "test": "xo",
18 "build": "bili",
19 "example": "poi",
20 "build:example": "poi build"
21 },
22 "author": {
23 "name": "EGOIST",
24 "email": "0x142857@gmail.com"
25 },
26 "license": "MIT",
27 "poi": {
28 "entry": "example/index.js",
29 "dist": "example/dist",
30 "homepage": "./"
31 },
32 "bili": {
33 "format": [
34 "cjs",
35 "umd",
36 "umd"
37 ],
38 "compress": [
39 "umd"
40 ]
41 },
42 "xo": {
43 "extends": "rem/prettier",
44 "ignores": [
45 "example/**"
46 ],
47 "envs": [
48 "browser"
49 ]
50 },
51 "devDependencies": {
52 "bili": "^0.18.2",
53 "eslint-config-rem": "^3.2.0",
54 "poi": "^9.3.10",
55 "xo": "^0.18.2"
56 },
57 "dependencies": {
58 "modern-copy": "^1.0.3"
59 }
60}