Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Sep 9, 2016
1 parent 0097402 commit b3d2b40
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
@@ -0,0 +1,28 @@
{
"name": "amcharts3-responsive",
"authors": [
"amCharts <contact@amcharts.com>"
],
"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"
}
}

0 comments on commit b3d2b40

Please sign in to comment.