forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 950 Bytes
/
package.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
{
"name": "dwv",
"version": "0.21.0-beta",
"description": "DICOM Web Viewer.",
"keywords": [ "DICOM", "medical", "imaging" ],
"license": "GPL-3.0",
"author" : "ivmartel <[email protected]>",
"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": "~8.4.2",
"i18next-xhr-backend": "~1.4.1",
"i18next-browser-languagedetector": "~2.0.0",
"jszip": "~3.1.3",
"konva": "~1.6.0"
},
"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.0.0",
"grunt-jsdoc": "~2.1",
"ink-docstrap": "~1.3"
},
"scripts": {
"test": "grunt publish --verbose"
}
}