From cb823db2a44eca0450b8f0db35f76162af0ffc2e Mon Sep 17 00:00:00 2001 From: chinakids <494063570@qq.com> Date: Wed, 27 May 2015 18:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Ebower=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增bower入口 --- bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1c8fb3d --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "touch.code.baidu.com", + "main": "touch.min.js", + "version": "0.2.14", + "homepage": "https://github.com/chinakids/touch.code.baidu.com", + "authors": [ + "chinakids <494063570@qq.com>" + ], + "description": "touch.code.baidu.com", + "keywords": [ + "touch" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}