diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1fde97b --- /dev/null +++ b/bower.json @@ -0,0 +1,28 @@ +{ + "name": "amcharts3-responsive", + "authors": [ + "amCharts " + ], + "description": "amCharts V3 Responsive plugin", + "main": [ + "responsive.js" + ], + "keywords": [ + "amcharts", + "charts", + "javascript", + "plugin" + ], + "moduleType": [ + "globals" + ], + "dependencies": { + "amcharts3": ">= 3.11.1" + }, + "license": "Apache-2.0", + "homepage": "https://www.amcharts.com/", + "repository": { + "type": "git", + "url": "git://github.com/amcharts/responsive.git" + } +} \ No newline at end of file