-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 880 Bytes
/
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
{
"name": "vuepress-plugin-one-click-copy",
"version": "1.0.5",
"description": "A vuepress plugin for clipboard-copy",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/vxhly/vuepress-plugin-one-click-copy.git"
},
"scripts": {
"eslint-ext": "eslint --ext .js,.vue ./",
"eslint-fix": "eslint --fix --ext .js,.vue ./"
},
"keywords": [
"vuepress",
"plugin",
"clipboard-copy",
"vuepress-one-click-copy",
"copy",
"one-click-copy"
],
"author": "vxhly <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vxhly/vuepress-plugin-one-click-copy/issues"
},
"homepage": "https://github.com/vxhly/vuepress-plugin-one-click-copy#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^7.10.0"
}
}