package.json 1003 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "goahead-openssl",
  3. "title": "OpenSSL support for GoAhead",
  4. "description": "OpenSSL Support for GoAhead",
  5. "version": "0.2.0",
  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/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://embedthis.com/licensing/"
  31. }
  32. ],
  33. "devDependencies": {
  34. "makeme": ">=0.9.2"
  35. },
  36. "pak": {
  37. "export": [
  38. "*.c",
  39. "*.me"
  40. ],
  41. "origin": "embedthis/goahead-openssl"
  42. }
  43. }