pak.json 1005 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "goahead-mbedtls",
  3. "title": "MbedTLS support",
  4. "description": "MbedTLS Support for GoAhead",
  5. "version": "2.8.1",
  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. "export": [
  40. "*.c",
  41. "*.me"
  42. ],
  43. "origin": "embedthis/goahead-mbedtls"
  44. }