-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 825 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "cdn",
"version": "0.0.1",
"homepage": "https://github.com/hcharts/cdn",
"authors": [
"zhy1stgg <823402333@qq.com>"
],
"description": "cdn serice special for highcharts power by hcharts.cn",
"keywords": [
"cdn",
"highcharts"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"libs",
"test",
"tests"
],
"devDependencies": {
"bootstrap": "~3.3.5",
"jquery": "~2.1.4",
"underscore": "~1.8.3",
"vue": "vuejs/vue#^1.0.24",
"moment": "~2.11.1",
"font-awesome": "fontawesome#~4.5.0",
"d3": "~3.5.12",
"echarts": "~3.0.0",
"codemirror": "~5.10.0",
"Swiper": "swiper#~3.3.0",
"jspdf": "~1.1.135",
"highcharts-export-csv": "hcharts/export-csv",
"lodash": "lodash/lodash#^4.13.1"
}
}