forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
51
{
"name": "dwv",
"version": "0.26.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.0.0",
"i18next-browser-languagedetector": "~2.2.0",
"i18next-xhr-backend": "~1.5.1",
"jszip": "~3.1.3",
"konva": "~2.5.0",
"magic-wand-js": "~1.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.3.1",
"grunt-contrib-concat": "~1.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-coveralls": "~2.0.0",
"grunt-jsdoc": "~2.3.0",
"grunt-qunit-istanbul": "~1.0.0",
"http-server": "^0.11.1",
"ink-docstrap": "~1.3",
"qunit": "~2.7.1"
},
"scripts": {
"start": "grunt start",
"start-cmd": "grunt start-cmd",
"dev": "grunt dev",
"test": "grunt test --verbose",
"qunit": "grunt qunit --verbose",
"build": "grunt build --verbose",
"doc": "grunt doc --verbose"
}
}