-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.53 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
{
"name": "hux-blog",
"title": "Hux Blog",
"author": "Zeusro",
"version": "1.7.0",
"homepage": "http://Zeusro.github.io",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/zeusro/Zeusro.github.io"
},
"bugs": "https://github.com/zeusro/Zeusro.github.io/issues",
"devDependencies": {
"grunt": "~1.0.4",
"grunt-contrib-less": "~2.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-banner": "~0.6.0",
"grunt-contrib-uglify": "~4.0.1"
},
"scripts": {
"preview": "cd _site; python -m SimpleHTTPServer 8020",
"py3view": "cd _site; python3 -m http.server 8020",
"watch": "grunt watch & npm run preview & jekyll serve -w",
"py3wa": "grunt watch & npm run py3view & jekyll serve -w",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag",
"cafe": "git co gitcafe-pages; git merge master; git push gitcafe gitcafe-pages:gitcafe-pages --tag; git co master;"
},
"hexo": {
"version": "3.8.0"
},
"dependencies": {
"hexo": "^3.9.0",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-index": "^0.2.1",
"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-renderer-stylus": "^0.3.3",
"hexo-server": "^0.3.3"
}
}