pak.json 970 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "goahead-openssl",
  3. "title": "OpenSSL support for GoAhead",
  4. "description": "OpenSSL Support for GoAhead",
  5. "version": "1.0.1",
  6. "keywords": [
  7. "me",
  8. "ssl",
  9. "openssl"
  10. ],
  11. "author": {
  12. "name": "Embedthis Software",
  13. "email": "dev@embedthis.com",
  14. "url": "https://www.embedthis.com"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/embedthis/goahead-openssl.git"
  19. },
  20. "bugs": {
  21. "url": "http://github.com/embedthis/goahead-openssl/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://www.embedthis.com/licensing/"
  31. }
  32. ],
  33. "devDependencies": {
  34. "makeme": ">=1.0"
  35. },
  36. "export": [
  37. "*.c",
  38. "*.me"
  39. ],
  40. "origin": "embedthis/goahead-openssl"
  41. }