forked from shenliyang/hexo-theme-snippet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hexo-theme-snippet",
"version": "1.3.0",
"description": "Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题",
"author": "shenliyang",
"license": "MIT",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shenliyang/hexo-theme-snippet.git"
},
"bugs": {
"url": "https://github.com/shenliyang/hexo-theme-snippet/issues"
},
"homepage": "https://shenliyang.github.io",
"hexo": {
"version": "3.8.0"
},
"dependencies": {
"ejs": "^2.6.1",
"hexo": "^3.3.8",
"hexo-abbrlink": "^2.0.4",
"hexo-deployer-git": "^1.0.0",
"hexo-generator-archive": "^0.1.4",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.0",
"hexo-generator-index": "^0.2.0",
"hexo-generator-json-content": "^4.1.3",
"hexo-generator-sitemap": "^1.2.0",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^0.3.2",
"hexo-server": "^0.3.3"
},
"devDependencies": {
"ejs-lint": "^1.2.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-htmlclean": "^2.7.15",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.0.4",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-path": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev-append": "^0.1.8",
"gulp-sequence": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1"
}
}