hexo-theme-jsimple/package.json
2021-01-16 15:52:29 +08:00

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"
}
}