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.

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. }