diff --git a/bower.json b/bower.json index cb25957d..f5dce472 100755 --- a/bower.json +++ b/bower.json @@ -1,16 +1,17 @@ { "name": "Raw", - "version": "1.0.0", + "version": "1.2.0", "authors": [ - "DensityDesign Lab" + "DensityDesign Lab", + "Calibro" ], - "description": "The missing link between spreadsheet and vector graphics", + "description": "The missing link between spreadsheet and data visualization", "main": "index.html", "keywords": [ "Raw" ], - "license": "LGPL v.3", - "homepage": "raw.densitydesign.org", + "license": "Apache License 2.0", + "homepage": "rawgraphs.io", "ignore": [ "**/.*", "node_modules", @@ -19,7 +20,7 @@ "tests" ], "dependencies": { - "angular": "~1.3.2", + "angular": "1.3.2", "d3": "3.5.17", "bootstrap": "~3.3.0", "angular-route": "~1.3.2", @@ -40,5 +41,8 @@ "is_js": "~0.7.4", "js-xlsx": "~0.8.0", "d3-plugins-density": "latest" + }, + "resolutions": { + "angular": "1.3.20" } }