forked from jtblin/angular-chart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 781 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
42
43
44
{
"name": "angular-chart.js",
"version": "1.1.1",
"main": [
"./dist/angular-chart.js"
],
"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": "2.x"
}
}