forked from angular-google-chart/angular-google-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 947 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
{
"name": "angular-google-chart",
"main": "./ng-google-chart.js",
"homepage": "http://angular-google-chart.github.io/angular-google-chart/",
"repository": {
"type": "git",
"url": "https://github.com/angular-google-chart/angular-google-chart.git"
},
"description": "Google Chart Tools AngularJS Directive Module",
"authors": [
"GitHub Contributors <https://github.com/angular-google-chart/angular-google-chart/graphs/contributors>"
],
"keywords": [
"angular",
"angularjs",
"google",
"chart",
"graph"
],
"license": "MIT",
"ignore": [
".jshintrc",
"**/*.txt",
"**/.*",
"bower_components",
"package.json",
"partials",
"index.html",
"sample.js",
"style.css",
"images"
],
"dependencies": {
"angular": ">1.2.8"
},
"devDependencies": {}
}