forked from fluid-dev/hexo-theme-fluid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 925 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
41
42
43
44
{
"name": "hexo-theme-fluid",
"version": "1.8.11",
"description": "An elegant Material-Design theme for Hexo.",
"main": "gulpfile.js",
"scripts": {
"lint": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-dev/hexo-theme-fluid.git"
},
"keywords": [
"hexo",
"theme",
"fluid",
"material"
],
"author": "fluid-dev (https://github.com/fluid-dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluid-dev/hexo-theme-fluid/issues"
},
"homepage": "https://hexo.fluid-dev.com/docs",
"engines": {
"node": ">=8.10.0"
},
"peerDependencies": {
"nunjucks": "^3.0.0"
},
"devDependencies": {
"ejs-lint": "^1.1.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-shell": "^0.8.0",
"husky": "^4.3.8",
"js-yaml": "^4.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}