You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
463 B
19 lines
463 B
{ |
|
"name": "spdx-exceptions", |
|
"description": "list of SPDX standard license exceptions", |
|
"version": "2.5.0", |
|
"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" |
|
} |
|
}
|
|
|