pak.json 879 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "me-win",
  3. "description": "Windows build support",
  4. "title": "Windows Build Support",
  5. "version": "0.1.0",
  6. "keywords": [
  7. "me"
  8. ],
  9. "author": {
  10. "name": "Embedthis Software",
  11. "email": "dev@embedthis.com",
  12. "url": "https://embedthis.com"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/embedthis/me-win.git"
  17. },
  18. "bugs": {
  19. "url": "http://github.com/embedthis/me-win/issues"
  20. },
  21. "licenses": [
  22. {
  23. "type": "GPL",
  24. "url": "http://www.gnu.org/licenses/gpl-2.0.html"
  25. },
  26. {
  27. "type": "Commercial",
  28. "url": "https://embedthis.com/licensing/"
  29. }
  30. ],
  31. "export": [
  32. {
  33. "from": "windows.bat",
  34. "to": "../projects"
  35. }
  36. ],
  37. "origin": "embedthis/me-win"
  38. }