加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "hexo-theme-webstack",
"version": "2.1.0",
"description": "A hexo theme based on webstack.",
"keywords": [
"hexo",
"theme",
"webstack"
],
"main": "index.js",
"scripts": {
"test": "ejslint ./layout",
"mincss": "cleancss",
"postinstall": "node ./move_config.js"
},
"author": "HCLonely <h1606051253@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HCLonely/hexo-theme-webstack/issues",
"email": "h1606051253@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/HCLonely/hexo-theme-webstack.git"
},
"devDependencies": {
"clean-css-cli": "^4.3.0",
"ejs-lint": "^1.2.1",
"uglify-js": "^3.9.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化