From 86e4e291bfda3365c0bb82bacb2b9990a86ce759 Mon Sep 17 00:00:00 2001 From: ARC Date: Sat, 25 Apr 2015 09:13:54 -0400 Subject: First Commit --- www/lib/angular-google-chart/bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 www/lib/angular-google-chart/bower.json (limited to 'www/lib/angular-google-chart/bower.json') 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 ", + "GitHub Contributors" + ], + "keywords": [ + "angular", + "angularjs", + "google", + "chart", + "graph" + ], + "license": "MIT", + "ignore": [ + ".jshintrc", + "**/*.txt", + "**/.*", + "bower_components" + ], + "dependencies": { + "angular": "~1.2.9" + }, + "devDependencies": {} +} -- cgit v1.2.3