From 0ab1136e066ec23425e3b56c729738e1db2f6030 Mon Sep 17 00:00:00 2001 From: sentsin Date: Fri, 28 Oct 2016 11:59:17 +0800 Subject: [PATCH] add bower.json --- bower.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..d4052825 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "layui", + "main": "src/layui.js", + "version": "1.0.2", + "homepage": "https://github.com/sentsin/layui", + "authors": [ + "sentsin " + ], + "description": "模块化前端UI框架", + "moduleType": [ + "amd", + "globals" + ], + "keywords": [ + "layui", + "ui" + ], + "license": "LGPL" +}