-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nuxt-clipboard",
"version": "0.0.7",
"description": "A \"copy to clipboard\" module for Nuxt.js using vue-clipboard2",
"main": "lib/module.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"release": "standard-version && git push --follow-tags origin main && yarn publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chantouchsek/nuxt-clipboard.git"
},
"keywords": [
"copy",
"vue",
"nuxt",
"clipboard",
"clipboard2",
"vue-clipboard2",
"nuxt-clipboard"
],
"author": {
"email": "[email protected]",
"name": "Chantouch Sek",
"url": "https://chantouch.me"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/chantouchsek/nuxt-clipboard/issues"
},
"homepage": "https://github.com/chantouchsek/nuxt-clipboard#readme",
"dependencies": {
"vue-clipboard2": "^0.3.3"
},
"devDependencies": {
"standard-version": "^9.5.0",
"vue": "^2.6.14"
}
}