Skip to content

Commit

Permalink
Update bower script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Mar 18, 2018
1 parent 2638783 commit 3559e86
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "dwv",
"description": "DICOM Web Viewer.",
"keywords": ["DICOM", "medical", "imaging"],
"keywords": [
"DICOM",
"medical",
"imaging"
],
"license": "GPL-3.0",
"authors" : ["ivmartel <ivmartel@gmail.com>"],
"authors": [
"ivmartel <ivmartel@gmail.com>"
],
"homepage": "https://ivmartel.github.io/dwv/",
"repository": {
"type": "git",
Expand All @@ -18,7 +24,7 @@
"konva": "~1.7.3"
},
"devDependencies": {
"qunit": "~2.4.0"
"qunit": "~2.5.1"
},
"moduleType": [
"amd",
Expand All @@ -34,7 +40,6 @@
"src",
"tests",
"Gruntfile.js",
"manifest.json",
"package.json"
]
}

0 comments on commit 3559e86

Please sign in to comment.