mirror of https://github.com/layui/layui
add bower.json
parent
5bde0f3a88
commit
0ab1136e06
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"main": "src/layui.js",
|
||||
"version": "1.0.2",
|
||||
"homepage": "https://github.com/sentsin/layui",
|
||||
"authors": [
|
||||
"sentsin <xu@sentsin.com>"
|
||||
],
|
||||
"description": "模块化前端UI框架",
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"globals"
|
||||
],
|
||||
"keywords": [
|
||||
"layui",
|
||||
"ui"
|
||||
],
|
||||
"license": "LGPL"
|
||||
}
|
Loading…
Reference in New Issue