init
This commit is contained in:
45
nv/html/dwv/bower.json
Normal file
45
nv/html/dwv/bower.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "dwv",
|
||||
"description": "DICOM Web Viewer.",
|
||||
"keywords": ["DICOM", "medical", "imaging"],
|
||||
"license": "GPL-3.0",
|
||||
"authors" : ["ivmartel <ivmartel@gmail.com>"],
|
||||
"homepage": "https://ivmartel.github.io/dwv/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ivmartel/dwv.git"
|
||||
},
|
||||
"main": "dist/dwv.js",
|
||||
"dependencies": {
|
||||
"modernizr": "~3.5.0",
|
||||
"i18next": "~10.0.7",
|
||||
"i18next-xhr-backend": "~1.5.0",
|
||||
"i18next-browser-languagedetector": "~2.1.0",
|
||||
"jszip": "~3.1.3",
|
||||
"konva": "~1.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"qunit": "~2.4.0"
|
||||
},
|
||||
"moduleType": [
|
||||
"amd",
|
||||
"globals",
|
||||
"node"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"css",
|
||||
"ext",
|
||||
"resources/conquest",
|
||||
"resources/doc",
|
||||
"resources/module",
|
||||
"resources/scripts",
|
||||
"src",
|
||||
"tests",
|
||||
"viewers",
|
||||
"eclipse.epf",
|
||||
"Gruntfile.js",
|
||||
"manifest.json",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user