pak.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "certs",
  3. "title": "Test Certificates",
  4. "description": "Test Certificates",
  5. "version": "0.1.6",
  6. "keywords": [
  7. "me",
  8. "ssl",
  9. "openssl"
  10. ],
  11. "author": {
  12. "name": "Embedthis Software",
  13. "email": "dev@embedthis.com",
  14. "url": "https://embedthis.com"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/embedthis/certs.git"
  19. },
  20. "bugs": {
  21. "url": "http://github.com/embedthis/certs/issues"
  22. },
  23. "licenses": [
  24. {
  25. "type": "GPL",
  26. "url": "http://www.gnu.org/licenses/gpl-2.0.html"
  27. },
  28. {
  29. "type": "Commercial",
  30. "url": "https://embedthis.com/licensing/"
  31. }
  32. ],
  33. "files": [
  34. "*.md",
  35. "*.me",
  36. "*.ans",
  37. "*.srl",
  38. "*.conf",
  39. "samples/**",
  40. "!start.me"
  41. ],
  42. "export": [
  43. "certs.me",
  44. "*.ans",
  45. "*.conf",
  46. "samples/**"
  47. ],
  48. "origin": "embedthis/certs"
  49. }