NET-Web-API-w-Angular/my-app/node_modules/spdx-exceptions/package.json

20 lines
463 B
JSON
Raw Normal View History

2024-02-09 00:38:41 +00:00
{
"name": "spdx-exceptions",
"description": "list of SPDX standard license exceptions",
2024-06-03 19:44:25 +00:00
"version": "2.5.0",
2024-02-09 00:38:41 +00:00
"author": "The Linux Foundation",
"contributors": [
"Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
],
"license": "CC-BY-3.0",
"repository": "kemitchell/spdx-exceptions.json",
"files": [
"index.json",
"deprecated.json"
],
"scripts": {
"build": "node build.js",
"latest": "node latest.js"
}
}