forked from iblh/hexo-theme-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 928 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
{
"name": "hexo-material",
"version": "1.4.0",
"description": "Material Design Theme for Hexo",
"scripts": {
"test": "echo \"Error: no test specified\"",
"setup": "npm cache clean && npm install",
"lint": "npm run setup && bash lint.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viosey/hexo-theme-material.git"
},
"keywords": [
"hexo",
"theme",
"material"
],
"author": "Viosey",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/viosey/hexo-theme-material/issues"
},
"homepage": "https://github.com/viosey/hexo-theme-material#readme",
"devDependencies": {
"css-mqpacker": "^6.0.0",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-delete-file": "^1.0.2",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"postcss-import": "^10.0.0"
}
}