cwrc-public-entity-dialogs
Version:
Dialogs for the CWRC-Writer that lookup people, places, organizations, and publications in public authority files.
54 lines (53 loc) • 1.47 kB
JSON
{
"name": "cwrc-public-entity-dialogs",
"version": "4.0.0",
"description": "Dialogs for the CWRC-Writer that lookup people, places, organizations, and publications in public authority files.",
"keywords": [
"xml",
"rdf",
"editing",
"linked",
"data"
],
"homepage": "https://github.com/cwrc/CWRC-PublicEntityDialogs#readme",
"bugs": {
"url": "https://github.com/cwrc/CWRC-PublicEntityDialogs/issues"
},
"license": "GPL-2.0",
"contributors": [
"James Chartrand <jc.chartrand@gmail.com>",
"Andrew MacDonald <andrewjames.code@gmail.com>",
"Luciano Frizzera <lucaju@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/cwrc/CWRC-PublicEntityDialogs.git"
},
"main": "src/index.js",
"scripts": {
"cm": "git-cz",
"test": "jest",
"report-coverage": "cat ./coverage/coverage-final.json | codecov",
"docs": "jsdoc2md src/index.js > API.md",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"dependencies": {
"bootstrap": "^3.4.1",
"broadcast-channel": "^4.2.0",
"jquery": "^3.6.0",
"js-cookie": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"codecov": "^3.8.3",
"commitizen": "^4.2.4",
"eslint": "^7.32.0",
"git-cz": "^4.7.6",
"husky": "^7.0.1",
"jest": "^27.0.6",
"jsdoc-to-markdown": "^7.0.1",
"semantic-release": "^17.4.4"
}
}