提交学习笔记专用
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.

29 lines
547 B

  1. {
  2. "name": "spdx-license-ids",
  3. "version": "3.0.22",
  4. "description": "A list of SPDX license identifiers",
  5. "repository": "jslicense/spdx-license-ids",
  6. "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  7. "license": "CC0-1.0",
  8. "scripts": {
  9. "build": "node build.js",
  10. "latest": "node latest.js",
  11. "pretest": "npm run build",
  12. "test": "node test.js"
  13. },
  14. "files": [
  15. "deprecated.json",
  16. "index.json"
  17. ],
  18. "keywords": [
  19. "spdx",
  20. "license",
  21. "licenses",
  22. "id",
  23. "identifier",
  24. "identifiers",
  25. "json",
  26. "array",
  27. "oss"
  28. ]
  29. }