license-compatibility-checker
Version:
Check npm dependencies' package.json for license compatibility (aka compliance check) with the current project based on spdx notation and naming conventions.
35 lines • 952 B
Plain Text
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./",
"includePattern": ".+\\.(es6)|(js(doc|x)?)$",
"_comment_":"exclude _ and . files and folders and some other folders in subdirs",
"excludePattern": "((^|\\/|\\\\)(_|\\.))|(.+(\\/|\\\\)(todo|exe|dev|backup|coverage|prequisits|todo|node_modules|doc|docs|test|tests|spec|specs|)(\\/|\\\\).+)",
"exclude": [
"node_modules",
"dev",
"plugins",
"prequisits"
]
},
"plugins": [
"plugins/markdown"
],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"docdash": {
"static": true,
"sort": true
}
}