mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-02-01 15:59:15 +00:00
38 lines
849 B
JSON
38 lines
849 B
JSON
{
|
|
"name": "hexo-theme-jsimple",
|
|
"version": "1.0.1",
|
|
"description": "Simple three column theme for Hexo.Inspired by JianShu.com",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gulp"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-uglify": "^3.0.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tangkunyin/hexo-theme-jsimple.git"
|
|
},
|
|
"keywords": [
|
|
"Simple",
|
|
"Three Column",
|
|
"Jian Shu",
|
|
"Hexo"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/tangkunyin/hexo-theme-jsimple/issues"
|
|
},
|
|
"author": {
|
|
"name": "Thomas Tang",
|
|
"url": "https://shuoit.net",
|
|
"email": "iam@tangkunyin.com"
|
|
}
|
|
}
|