Merge pull request #17 from callmez/2.x

added bower.json
pull/19/head
贤心 2015-11-05 18:59:06 +08:00
commit a25c6aa7fc
1 changed files with 20 additions and 0 deletions

20
bower.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "layer",
"main": "src/layer.js",
"version": "2.1.0",
"homepage": "https://github.com/sentsin/layer",
"authors": [
"sentsin <xu@sentsin.com>"
],
"description": "弹窗组件",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"layer",
"layui",
"dialog"
],
"license": "LGPL"
}