diff options
Diffstat (limited to 'www/lib/angular-google-chart/bower.json')
| -rw-r--r-- | www/lib/angular-google-chart/bower.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/lib/angular-google-chart/bower.json b/www/lib/angular-google-chart/bower.json new file mode 100644 index 00000000..c1484246 --- /dev/null +++ b/www/lib/angular-google-chart/bower.json @@ -0,0 +1,28 @@ +{ + "name": "angular-google-chart", + "version": "0.0.11", + "main": "./ng-google-chart.js", + "homepage": "http://bouil.github.io/angular-google-chart/", + "authors": [ + "Nicolas Bouillon <nicolas@bouil.org>", + "GitHub Contributors" + ], + "keywords": [ + "angular", + "angularjs", + "google", + "chart", + "graph" + ], + "license": "MIT", + "ignore": [ + ".jshintrc", + "**/*.txt", + "**/.*", + "bower_components" + ], + "dependencies": { + "angular": "~1.2.9" + }, + "devDependencies": {} +} |
