46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "ohif-viewers-docs",
|
|
"version": "1.0.0",
|
|
"description": "Open Health Imaging Foundation Viewers Metarepo for documentation",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"docs": "gitbook install && gitbook serve",
|
|
"docs:deploy": "bash ./update-docs.sh"
|
|
},
|
|
"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": {
|
|
"gitbook-plugin-anchors": "^0.7.1",
|
|
"gitbook-plugin-edit-link": "^2.0.2",
|
|
"gitbook-plugin-ga": "^2.0.0",
|
|
"gitbook-plugin-github": "^3.0.0",
|
|
"gitbook-plugin-sitemap": "^1.2.0",
|
|
"gitbook-plugin-theme-cornerstone": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"gitbook-cli": "^2.3.2"
|
|
}
|
|
}
|