package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "goahead",
  3. "description": "Embedthis GoAhead Embedded Web Server",
  4. "title": "Embedthis GoAhead",
  5. "version": "3.6.5",
  6. "keywords": [
  7. "goahead",
  8. "http",
  9. "webserver"
  10. ],
  11. "homepage": "https://embedthis.com/goahead/",
  12. "author": {
  13. "name": "Embedthis Software",
  14. "email": "dev@embedthis.com",
  15. "url": "https://embedthis.com"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git://github.com/embedthis/goahead.git"
  20. },
  21. "bugs": {
  22. "email": "dev@embedthis.com",
  23. "url": "http://github.com/embedthis/goahead/issues"
  24. },
  25. "licenses": [
  26. {
  27. "type": "GPL",
  28. "url": "http://www.gnu.org/licenses/gpl-2.0.html"
  29. },
  30. {
  31. "type": "Commercial",
  32. "url": "https://embedthis.com/licensing/"
  33. }
  34. ],
  35. "files": [
  36. "dist/",
  37. "doc/api/"
  38. ],
  39. "dependencies": {
  40. "osdep": "~0.9",
  41. "ssl": "~0.9"
  42. },
  43. "optionalDependencies": {
  44. "certs": "~0.1",
  45. "goahead-matrixssl": "~0.1",
  46. "goahead-mbedtls": "~0.2",
  47. "goahead-nanossl": "~0.1",
  48. "goahead-openssl": "~0.2"
  49. },
  50. "devDependencies": {
  51. "makeme": ">=0.9.0",
  52. "pak": ">=0.11.0"
  53. },
  54. "pak": {
  55. "import": true
  56. }
  57. }