一套开源的 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.

59 lines
1.4 KiB

7 years ago
{
"name": "layui",
7 years ago
"version": "2.1.5",
7 years ago
"independents": {
"layim": "3.7.2"
},
7 years ago
"description": "经典模块化前端框架",
"main": "layui.js",
"license": "MIT",
"scripts": {
"test": "karma start karma.conf.unit.js",
"test:cov": "npm test -- --reporters mocha,coverage",
"test:sauce": "karma start karma.conf.sauce.js",
"test:watch": "npm test -- --auto-watch --no-single-run"
7 years ago
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sentsin/layui.git"
},
"author": "贤心",
"homepage": "http://www.layui.com",
"devDependencies": {
"chai": "^4.1.1",
"del": "^2.2.2",
7 years ago
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0 ",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
7 years ago
"gulp-zip": "^4.0.0",
"karma": "^1.5.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sauce-launcher": "^1.1.0",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
7 years ago
},
"bugs": {
"url": "https://github.com/sentsin/layui/issues"
},
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {},
7 years ago
"keywords": [
"layui",
"ui"
]
}