package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "goahead-mbedtls",
  3. "title": "MbedTLS support",
  4. "description": "MbedTLS Support for GoAhead",
  5. "version": "0.2.4",
  6. "keywords": [
  7. "me",
  8. "ssl",
  9. "mbedtls"
  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-mbedtls.git"
  19. },
  20. "bugs": {
  21. "url": "http://github.com/embedthis/goahead-mbedtls/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. "dependencies": {
  34. "mbedtls": "~2"
  35. },
  36. "devDependencies": {
  37. "makeme": ">=0.9.3"
  38. },
  39. "pak": {
  40. "export": [
  41. "*.c",
  42. "*.me"
  43. ],
  44. "origin": "embedthis/goahead-mbedtls"
  45. }
  46. }