forked from iblh/hexo-theme-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 806 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
{
"name": "hexo-material",
"version": "1.5.7",
"description": "Material Design Theme for Hexo",
"scripts": {
"test": "echo \"Error: no test specified\"",
"setup": "yarn",
"lint": "npm run setup && bash lint.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadfly3173/hexo-theme-material.git"
},
"keywords": [
"hexo",
"theme",
"material"
],
"author": "Bolin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gadfly3173/hexo-theme-material/issues"
},
"homepage": "https://github.com/gadfly3173/hexo-theme-material#readme",
"devDependencies": {
"ejs-lint": "^0.2.0",
"eslint": "^8.34.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.27.5",
"sass-lint": "^1.13.1"
}
}