-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
42
43
44
45
{
"name": "vuepress-plugin-graypage",
"version": "0.1.2",
"description": "VuePress哀悼日网站变灰. | Mourning website turns gray plugin for VuePress.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev dev",
"postinstall": "openteam-postinstall || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoeyBling/vuepress-plugin-graypage.git"
},
"keywords": [
"vue",
"vuepress",
"vuepress-plugin",
"gray",
"graypage",
"mourn",
"灰色",
"哀悼日",
"yilia-plus"
],
"author": {
"name": "JoeyBling",
"email": "2434387555@qq.com",
"url": "https://zhousiwei.gitee.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/JoeyBling/vuepress-plugin-graypage/issues"
},
"homepage": "https://github.com/JoeyBling/vuepress-plugin-graypage",
"dependencies": {
"openteam-postinstall": "^1.0.2"
},
"devDependencies": {
"vuepress": "^1.5.4"
}
}