加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
hancong03 提交于 2014-07-28 15:12 . update
{
"name": "FlexUI",
"title": "Flex UI",
"description": "HTML UI Framework",
"version": "1.0.0",
"homepage": "https://github.com/fex-team/fui",
"author": {
"name": "Baidu Kity Group",
"url": "http://ueditor.baidu.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/fui.git"
},
"keywords": [
"UI",
"FLEX",
"Framework"
],
"bugs": {
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.2.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-module-dependence": "~0.1.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-copy": "~0.5.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化