加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 939 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "zui",
"title": "ZUI",
"version": "1.0.1-dev",
"description": "An attractive web UI framework and design guide.",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/easysoft/zui.git"
},
"author": "cnezsoft.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/easysoft/zui/issues"
},
"homepage": "http://easysoft.github.io/zui/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-csscomb": "~2.0.1",
"grunt-banner": "~0.2.0",
"load-grunt-tasks": "~0.2.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化