一套开源的 Web UI 组件库。采用自身极简的模块化规范,并遵循原生 HTML/CSS/JS 的开发模式,极易上手,开箱即用。非常适合网页界面的快速构建。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
850 B

7 years ago
{
"name": "layui",
7 years ago
"realname": "layui",
2 years ago
"version": "2.6.13",
4 years ago
"description": "Classic modular Front-End UI library",
6 years ago
"main": "dist/layui.js",
7 years ago
"license": "MIT",
3 years ago
"scripts": {},
7 years ago
"repository": {
"type": "git",
3 years ago
"url": "git+ssh://git@github.com/layui/layui.git"
7 years ago
},
3 years ago
"homepage": "https://github.com/layui/layui/",
7 years ago
"devDependencies": {
3 years ago
"gulp": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-replace": "^1.1.3",
"gulp-rename": "^2.0.0",
"gulp-header": "^2.0.9",
"gulp-footer": "^2.1.0",
"del": "^2.2.2",
3 years ago
"minimist": "^1.2.5"
7 years ago
},
"bugs": {
4 years ago
"url": "https://gitee.com/sentsin/layui/issues"
7 years ago
},
"dependencies": {},
7 years ago
"keywords": [
"layui",
"ui",
3 years ago
"javascript",
"css",
"components",
"framework",
"library"
7 years ago
]
}