init
This commit is contained in:
36
nv/html/dwv/package.json
Normal file
36
nv/html/dwv/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "dwv",
|
||||
"version": "0.23.0-beta",
|
||||
"description": "DICOM Web Viewer.",
|
||||
"keywords": [ "DICOM", "medical", "imaging" ],
|
||||
"license": "GPL-3.0",
|
||||
"author" : "ivmartel <ivmartel@gmail.com>",
|
||||
"homepage": "https://ivmartel.github.io/dwv/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/ivmartel/dwv.git"
|
||||
},
|
||||
"main": "dist/dwv.min.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": {
|
||||
"grunt": "~1.0.1",
|
||||
"grunt-cli": "~1.2",
|
||||
"grunt-contrib-jshint": "~1.1.0",
|
||||
"grunt-qunit-istanbul": "~1.0.0",
|
||||
"grunt-coveralls": "~1.0",
|
||||
"grunt-contrib-concat": "~1.0",
|
||||
"grunt-contrib-uglify": "~3.3.0",
|
||||
"grunt-jsdoc": "~2.2.0",
|
||||
"ink-docstrap": "~1.3"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt publish --verbose"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user