pak.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "me-docstyle",
  3. "description": "Documentation Style",
  4. "version": "0.9.3",
  5. "keywords": [
  6. "me"
  7. ],
  8. "author": {
  9. "name": "Embedthis Software",
  10. "email": "dev@embedthis.com",
  11. "url": "https://embedthis.com"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/embedthis/me-docstyle.git"
  16. },
  17. "bugs": {
  18. "url": "http://github.com/embedthis/me-docstyle/issues"
  19. },
  20. "licenses": [
  21. {
  22. "type": "GPL",
  23. "url": "http://www.gnu.org/licenses/gpl-2.0.html"
  24. },
  25. {
  26. "type": "Commercial",
  27. "url": "https://embedthis.com/licensing/"
  28. }
  29. ],
  30. "dependencies": {
  31. "exp-css": "~0.3",
  32. "exp-js": "~0.3",
  33. "exp-less": "~0.3",
  34. "exp-reload": "~0.3",
  35. "exp-html": "~0.2",
  36. "exp-canon": "~0.1",
  37. "jquery": "~2",
  38. "semantic-ui": "~2"
  39. },
  40. "export": [
  41. {
  42. "from": [
  43. "contents/",
  44. "layouts/",
  45. "partials/"
  46. ],
  47. "to": "${TOP}/"
  48. }
  49. ],
  50. "manage": [
  51. "expansive.json"
  52. ],
  53. "origin": "embedthis/me-docstyle"
  54. }