web 3d图形渲染器
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.

17 lines
408 B

  1. {
  2. "name": "spdx-exceptions",
  3. "description": "list of SPDX standard license exceptions",
  4. "version": "2.3.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. ],
  14. "scripts": {
  15. "build": "node build.js"
  16. }
  17. }