2018-01-29 15:01:58 +01:00
|
|
|
{
|
2019-04-26 19:03:22 +02:00
|
|
|
"name": "ohif-viewer-latest-docs",
|
2019-03-04 12:51:53 +01:00
|
|
|
"version": "2.0.0",
|
2018-01-29 15:01:58 +01:00
|
|
|
"description": "Open Health Imaging Foundation Viewers Metarepo for documentation",
|
|
|
|
|
"main": ".eslintrc.js",
|
|
|
|
|
"directories": {
|
|
|
|
|
"doc": "docs"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-04-17 22:20:38 +02:00
|
|
|
"docs": "gitbook install && gitbook serve"
|
2018-01-29 15:01:58 +01:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/OHIF/Viewers.git"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"dicom",
|
|
|
|
|
"cornerstone",
|
|
|
|
|
"OHIF",
|
|
|
|
|
"zero",
|
|
|
|
|
"footprint",
|
|
|
|
|
"medical",
|
|
|
|
|
"imaging",
|
|
|
|
|
"viewer"
|
|
|
|
|
],
|
|
|
|
|
"author": "Open Health Imaging Foundation",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/OHIF/Viewers/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/OHIF/Viewers#readme",
|
|
|
|
|
"dependencies": {
|
2018-06-13 12:04:42 +02:00
|
|
|
"gitbook-plugin-anchors": "^0.7.1",
|
2018-01-29 15:01:58 +01:00
|
|
|
"gitbook-plugin-edit-link": "^2.0.2",
|
2018-03-13 11:31:54 +01:00
|
|
|
"gitbook-plugin-ga": "^2.0.0",
|
2018-06-13 12:04:42 +02:00
|
|
|
"gitbook-plugin-github": "^3.0.0",
|
|
|
|
|
"gitbook-plugin-sitemap": "^1.2.0",
|
2019-06-26 11:37:27 +02:00
|
|
|
"gitbook-plugin-theme-cornerstone": "^1.1.4",
|
2019-03-04 14:04:21 +01:00
|
|
|
"gitbook-plugin-versions": "^2.1.4"
|
2018-07-23 10:19:52 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"gitbook-cli": "^2.3.2"
|
2018-01-29 15:01:58 +01:00
|
|
|
}
|
|
|
|
|
}
|