From 7801e5b83b3b5d1149ba278ef6fb4b9234e72f92 Mon Sep 17 00:00:00 2001 From: fanlia Date: Wed, 2 Jul 2014 09:24:52 +0800 Subject: [PATCH] support bower --- bower.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..477098a42 --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "name": "echarts", + "version": "2.0.0", + "homepage": "https://github.com/ecomfe/echarts", + "authors": [ + { "name": "Kener", "email": "linzhifeng@baidu.com" }, + { "name": "Pissang", "email": "shenyi01@baidu.com" }, + { "name": "Yangji", "email": "yangji01@baidu.com" } + ], + "description": "Enterprise Charts 【Baidu Hi : 1379172 | Email : echarts@baidu.com】", + "main": ["build/echarts-plain-original.js, build/echarts-plain-original-map.js"], + "keywords": [ + "baidu", + "echarts", + "canvas" + ], + "license": "BSD", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} -- GitLab