forked from jtblin/angular-chart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
53 lines (53 loc) · 1 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
{
"name": "angular-chart.js",
"version": "0.10.2",
"main": [
"./dist/angular-chart.js",
"./dist/angular-chart.css"
],
"authors": [
"Jerome Touffe-Blin <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/jtblin/angular-chart.js.git"
},
"description": "An angular.js wrapper for Chart.js - reactive, responsive, beautiful charts.",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angular.js",
"chartjs",
"chart",
"reactive",
"responsive",
"graph",
"bar",
"line",
"area",
"donut"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"examples",
"test",
"tests"
],
"dependencies": {
"angular": "1.x",
"Chart.js": "~1.1.1"
},
"devDependencies": {
"Chart.StackedBar.js": "~1.0.1",
"angular-bootstrap": "~0.11.0",
"angular-mocks": "~1.x",
"font-awesome": "~4.1.0",
"rainbow": "~1.1.9",
"requirejs": "~2.1.20"
}
}