-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
80 lines (80 loc) · 1.86 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "axisJS",
"description": "Modular, Angular-based framework for creating basic charts",
"main": [
"dist/scripts/scripts.js"
],
"license": "MIT",
"ignore": [
"app/",
"test/",
"Gruntfile.js",
".editorconfig",
".jshintrc",
".travis.yml",
".gitignore",
"bower_components/",
"docs/",
"coverage/"
],
"keywords": [
"charts",
"d3",
"c3",
"graphs",
"svg",
"png"
],
"authors": [
"Ændrew Rininsland <aendrew.rininsland@thetimes.co.uk> (http://aendrew.com)"
],
"homepage": "http://times.github.io/axisJS",
"repository": {
"type": "git",
"url": "git://github.com/times/axisJS.git"
},
"dependencies": {
"css-layout": "facebook/css-layout#~1.1.1"
},
"devDependencies": {
"angular-animate": "~1.4.0",
"angular-touch": "~1.4.0",
"angular-sanitize": "~1.4.0",
"jquery": "~2.1.4",
"angular-ui-router": "~0.2.15",
"bootstrap-sass-official": "~3.3.4",
"toastr": "~2.1.1",
"moment": "~2.10.3",
"animate.css": "~3.3.0",
"angular": "~1.4.0",
"js-yaml": "~3.3.1",
"angular-resource": "~1.4.1",
"c3": "aendrew/c3#title_options",
"papa-parse": "~4.1.1",
"bootstrap-colorselector": "*",
"canvg": "~1.3.0",
"angular-minicolors": "~0.0.5",
"jsonfn": "vkiryukhin/jsonfn",
"jspdf": "~1.0.272",
"angular-local-storage": "~0.2.2",
"angular-aside": "~1.1.3",
"angular-translate-loader-static-files": "~2.7.2",
"angular-bootstrap": "~0.12.0",
"angular-mocks": "~1.4.0",
"ngHandsontable": "0.7.0-beta2"
},
"resolutions": {
"jquery": "~2.1.4",
"angular": "~1.4.0",
"angular-bootstrap": "0.12.1",
"moment": "~2.10.3",
"handsontable": "~0.18.0",
"ngHandsontable": "0.7.0-beta2"
},
"appPath": "src",
"overrides": {
"css-layout": {
"main": "dist/css-layout.js"
}
}
}