package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "certs",
  3. "title": "Test Certificates",
  4. "description": "Test Certificates",
  5. "version": "0.1.4",
  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. "pak": {
  43. "export": [
  44. "certs.me",
  45. "*.ans",
  46. "*.conf",
  47. "samples/**"
  48. ],
  49. "origin": "embedthis/certs"
  50. }
  51. }