layui/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2017-08-21 08:51:13 +08:00
{
2021-04-07 13:41:16 +08:00
"name": "layui",
2017-10-30 15:03:16 +08:00
"realname": "layui",
2022-03-20 11:47:18 +08:00
"version": "2.6.8",
2021-05-18 02:42:31 +08:00
"description": "Classic modular Front-End UI library",
2019-06-03 07:57:12 +08:00
"main": "dist/layui.js",
2017-08-21 08:51:13 +08:00
"license": "MIT",
2022-03-16 09:23:03 +08:00
"scripts": {},
2017-08-21 08:51:13 +08:00
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sentsin/layui.git"
},
2021-04-06 22:34:23 +08:00
"homepage": "https://github.com/sentsin/layui/",
2017-08-21 08:51:13 +08:00
"devDependencies": {
2021-03-31 14:07:23 +08:00
"chai": "^4.3.4",
"del": "^2.2.2",
2017-08-21 08:51:13 +08:00
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0 ",
2021-05-18 02:42:31 +08:00
"gulp-footer": "^2.0.2",
2017-08-21 08:51:13 +08:00
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
2021-03-31 14:07:23 +08:00
"gulp-replace": "^0.6.1",
"gulp-uglify": "^1.5.4",
2017-08-21 08:51:13 +08:00
"gulp-zip": "^4.0.0",
2021-03-31 14:07:23 +08:00
"minimist": "^1.2.5",
"mocha": "^3.2.0",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0"
2017-08-21 08:51:13 +08:00
},
"bugs": {
2021-03-31 14:07:23 +08:00
"url": "https://gitee.com/sentsin/layui/issues"
2017-08-21 08:51:13 +08:00
},
"directories": {
"doc": "doc",
2017-10-30 15:03:16 +08:00
"example": "examples",
2017-08-21 08:51:13 +08:00
"test": "test"
},
"dependencies": {},
2017-08-21 08:51:13 +08:00
"keywords": [
"layui",
2017-12-13 19:22:33 +08:00
"ui",
2022-03-16 09:23:03 +08:00
"ui library",
"javascript framework",
2017-12-13 19:22:33 +08:00
"toolkit",
"front-end component library"
2017-08-21 08:51:13 +08:00
]
}