From 1bfdde0c89ca1fb90356d5d865833149c1713161 Mon Sep 17 00:00:00 2001 From: zhaohuijian Date: Mon, 10 Jul 2017 18:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0bower=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 24 ++++++++++++++++++++++++ package.json | 6 +++--- 2 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..71f6f1b --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "FEZUI", + "description": "FEZUI 是一套基于 Vue 的支持多终端的用户界面交互组件库,致力于积木式的快速构建项目,自动适配PC端、手机端、Ipad端以及微信端,或内嵌各种第三方Android、IOS的APP中使用,提升产品体验和开发效率、降低开发和维护成本。", + "keywords": [ + "响应式", + "多终端", + "UI交互组件", + "mobile", + "responsive", + "front-end", + "framework", + "web" + ], + "homepage": "https://github.com/furic-zhao/fezui", + "license": "MIT", + "main": [ + "dist/css/fezui.css", + "dist/js/fezui.js", + "dist/fonts/ionicons.eot", + "dist/fonts/ionicons.svg", + "dist/fonts/ionicons.ttf", + "dist/fonts/ionicons.woff" + ] +} diff --git a/package.json b/package.json index 719a95a..218e326 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "fezui", - "version": "1.1.12", - "description": "fezui 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。", + "name": "FEZUI", + "version": "1.1.13", + "description": "FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。", "main": "dist/js/fezui.js", "repository": { "type": "git",