pak.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "goahead",
  3. "description": "Embedthis GoAhead Community Edition",
  4. "title": "Embedthis GoAhead Community Edition",
  5. "keywords": [
  6. "goahead",
  7. "http",
  8. "webserver"
  9. ],
  10. "version": "5.1.0",
  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. "assist": "~0.1",
  41. "goahead-mbedtls": "~2",
  42. "me-win": "~0.1",
  43. "osdep": "~1.0",
  44. "ssl": "~1"
  45. },
  46. "optionalDependencies": {
  47. "certs": "~0.1",
  48. "goahead-matrixssl": "~0.1",
  49. "goahead-openssl": "~1"
  50. },
  51. "devDependencies": {
  52. "makeme": ">=0.9.0",
  53. "pak": ">=0.11.0"
  54. },
  55. "import": true
  56. }