package.json 735 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "ssl",
  3. "description": "SSL Interface",
  4. "title": "SSL Interface",
  5. "version": "0.9.4",
  6. "keywords": [
  7. "me",
  8. "ssl"
  9. ],
  10. "author": {
  11. "name": "Michael O'Brien",
  12. "email": "mob@emobrien.com"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/embedthis/ssl.git"
  17. },
  18. "bugs": {
  19. "url": "http://github.com/embedthis/ssl/issues"
  20. },
  21. "licenses": [
  22. {
  23. "type": "GPL",
  24. "url": "http://www.gnu.org/licenses/gpl-2.0.html"
  25. },
  26. {
  27. "type": "Commercial",
  28. "url": "https://embedthis.com/licensing/"
  29. }
  30. ],
  31. "pak": {
  32. "origin": "embedthis/ssl"
  33. }
  34. }