-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
41 lines (41 loc) · 997 Bytes
/
bower.json
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
38
39
40
41
{
"name": "DecoratedStockChart",
"version": "0.0.0",
"description": "Better Highstock",
"main": [
"decorated-stock-chart.js",
"decorated-stock-chart.css"
],
"keywords": [
"highstock"
],
"authors": [
"Erfang Chen"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"src",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.3.18",
"angular-bootstrap": "~0.13.4",
"bootstrap": "~3.3.5",
"Custom-Events": "https://github.com/blacklabel/custom_events.git#v2.0.0",
"highstock-release": "~6.0.3",
"underscore": "~1.8.3",
"font-awesome": "~4.4.0",
"moment": "~2.10.6",
"typeahead-focus": "https://github.com/caguthrie/typeaheadFocus.git",
"file-saver": "https://github.com/eligrey/FileSaver.js.git",
"canvg": "https://github.com/canvg/canvg.git",
"jspdf": "https://github.com/MrRio/jsPDF.git"
},
"resolutions": {
"highcharts-custom-events": "v2.0.0"
}
}