add bower.json

pull/5/head
sentsin 2016-10-28 11:59:17 +08:00
parent 5bde0f3a88
commit 0ab1136e06
1 changed files with 19 additions and 0 deletions

19
bower.json Normal file
View File

@ -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"
}