forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "dwv",
"version": "0.27.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": {
"i18next": "~12.1.0",
"i18next-browser-languagedetector": "~3.0.0",
"i18next-xhr-backend": "~2.0.0",
"jszip": "~3.2.0",
"konva": "~2.6.0",
"magic-wand-js": "~1.0.0"
},
"devDependencies": {
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~2.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-coveralls": "~2.0.0",
"grunt-jsdoc": "~2.4.0",
"grunt-qunit-istanbul": "~1.0.0",
"http-server": "^0.12.1",
"docdash": "~1.2.0",
"qunit": "~2.9.1"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test",
"test-ci": "grunt test-ci",
"build": "grunt build",
"doc": "grunt doc",
"dev": "grunt dev"
}
}