您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819
  1. {
  2. "name": "spdx-exceptions",
  3. "description": "list of SPDX standard license exceptions",
  4. "version": "2.5.0",
  5. "author": "The Linux Foundation",
  6. "contributors": [
  7. "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
  8. ],
  9. "license": "CC-BY-3.0",
  10. "repository": "kemitchell/spdx-exceptions.json",
  11. "files": [
  12. "index.json",
  13. "deprecated.json"
  14. ],
  15. "scripts": {
  16. "build": "node build.js",
  17. "latest": "node latest.js"
  18. }
  19. }