layui/bower.json

20 lines
329 B
JSON
Raw Normal View History

2017-08-21 08:51:13 +08:00
{
"name": "layui",
"main": "src/layui.js",
2017-08-31 13:25:49 +08:00
"version": "2.1.1",
2017-08-21 08:51:13 +08:00
"homepage": "https://github.com/sentsin/layui",
"authors": [
"sentsin <xu@sentsin.com>"
],
"description": "模块化前端UI框架",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"layui",
"ui"
],
"license": "MIT"
}