forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 848 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "dwv",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
"medical",
"imaging"
],
"license": "GPL-3.0",
"authors": [
"ivmartel <[email protected]>"
],
"homepage": "https://ivmartel.github.io/dwv/",
"repository": {
"type": "git",
"url": "git://github.com/ivmartel/dwv.git"
},
"main": "dist/dwv.js",
"dependencies": {
"i18next": "~11.6.0",
"i18next-browser-languagedetector": "~2.2.0",
"i18next-xhr-backend": "~1.5.1",
"jszip": "~3.1.3",
"konva": "~2.2.1"
},
"devDependencies": {
"qunit": "~2.6.0"
},
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"resources/conquest",
"resources/doc",
"resources/module",
"resources/scripts",
"src",
"tests",
"Gruntfile.js",
"package.json"
]
}