forked from ivmartel/dwv-jqui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 832 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
{
"name": "dwv-jqui",
"version": "0.6.0-beta",
"description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery UI.",
"keywords": [
"DICOM",
"medical",
"imaging"
],
"license": "GPL-3.0",
"author": "ivmartel <[email protected]>",
"homepage": "https://ivmartel.github.io/dwv-jqui/",
"repository": {
"type": "git",
"url": "git://github.com/ivmartel/dwv-jqui.git"
},
"dependencies": {
"dwv": "0.28.2",
"jquery": "3.4.1"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0"
},
"scripts": {
"start": "grunt start",
"dev": "grunt dev",
"lint": "grunt lint",
"test": "grunt test --verbose"
}
}