-
Notifications
You must be signed in to change notification settings - Fork 128
/
package.json
40 lines (40 loc) · 872 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
34
35
36
37
38
39
40
{
"name": "hexo-theme-vexo",
"version": "1.4.0",
"description": "Vexo is a Hexo theme inspired by Vue's official website.",
"scripts": {
"setup": "npm cache clean && npm install",
"lint": "bash lint.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanm1ng/hexo-theme-vexo.git"
},
"keywords": [
"hexo",
"theme",
"vexo"
],
"author": "yanm1ng",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanm1ng/hexo-theme-vexo/issues"
},
"homepage": "https://github.com/yanm1ng/hexo-theme-vexo",
"devDependencies": {
"ejs-lint": "^0.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.2.0",
"standard": "^10.0.2"
},
"standard": {
"globals": [
"jQuery",
"NProgress"
],
"ignore": [
"source/js/gitment.js",
"source/js/qrious.js"
]
}
}