wishthis/node_modules/spdx-exceptions/package.json

18 lines
408 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "spdx-exceptions",
"description": "list of SPDX standard license exceptions",
"version": "2.3.0",
"author": "The Linux Foundation",
2022-01-21 08:28:41 +00:00
"contributors": [
2022-04-08 10:55:35 +00:00
"Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
2022-01-21 08:28:41 +00:00
],
2022-04-08 10:55:35 +00:00
"license": "CC-BY-3.0",
"repository": "kemitchell/spdx-exceptions.json",
2022-01-21 08:28:41 +00:00
"files": [
"index.json"
],
"scripts": {
"build": "node build.js"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}