Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uf0 committed Jan 16, 2017
1 parent fed5f73 commit e0278c1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -40,5 +41,8 @@
"is_js": "~0.7.4",
"js-xlsx": "~0.8.0",
"d3-plugins-density": "latest"
},
"resolutions": {
"angular": "1.3.20"
}
}

0 comments on commit e0278c1

Please sign in to comment.