package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "pak": {
  41. "export": [
  42. {
  43. "from": [
  44. "contents/",
  45. "layouts/",
  46. "partials/"
  47. ],
  48. "to": "${TOP}/"
  49. }
  50. ],
  51. "manage": [
  52. "expansive.json"
  53. ],
  54. "origin": "embedthis/me-docstyle"
  55. }
  56. }