PageRenderTime 50ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/framework/Manifest.json

https://github.com/alex-back/qooxdoo
JSON | 103 lines | 92 code | 11 blank | 0 comment | 0 complexity | ff30ae3f6b5a432330ce6411a7d875de MD5 | raw file
Possible License(s): MIT, CC-BY-SA-3.0, LGPL-3.0
  1. {
  2. "info" :
  3. {
  4. "name" : "qooxdoo framework",
  5. "summary" : "The qooxdoo framework library",
  6. "description" : "This library contains the qooxdoo Javascript framework classes for website, mobile, desktop and server.",
  7. "keywords" : ["qooxdoo", "framework", "widget", "cross-browser", "ajax"],
  8. "homepage" : "http://qooxdoo.org",
  9. "license" : "LGPL/EPL",
  10. "authors" :
  11. [
  12. {
  13. "name" : "Alexander Steitz (asteitz)",
  14. "email" : "alexander DOT steitz AT 1und1 DOT de"
  15. },
  16. {
  17. "name" : "Christopher Zündorf (czuendorf)",
  18. "email" : "christopher DOT zuendorf AT 1und1 DOT de"
  19. },
  20. {
  21. "name" : "Daniel Wagner (danielwagner)",
  22. "email" : "daniel DOT wagner AT 1und1 DOT de"
  23. },
  24. {
  25. "name" : "Derrell Lipman (derrell)",
  26. "email" : "derrell DOT lipman AT unwireduniverse DOT com"
  27. },
  28. {
  29. "name" : "Andreas Ecker (ecker)",
  30. "email" : "andreas DOT ecker AT 1und1 DOT de"
  31. },
  32. {
  33. "name" : "Christian Hagendorn (Hagendorn)",
  34. "email" : "christian DOT hagendorn AT 1und1 DOT de"
  35. },
  36. {
  37. "name" : "Mustafa Sak (msak)",
  38. "email" : "Mustafa DOT Sak AT 1und1 DOT de"
  39. },
  40. {
  41. "name" : "Thomas Herchenröder (thron7)",
  42. "email" : "thron7 AT users DOT sourceforge DOT net"
  43. },
  44. {
  45. "name" : "Tino Butz (tjbutz)",
  46. "email" : "tino DOT butz AT 1und1 DOT de"
  47. },
  48. {
  49. "name" : "Tristan Koch (trkoch)",
  50. "email" : "tristan DOT koch AT 1und1 DOT de"
  51. },
  52. {
  53. "name" : "Martin Wittemann (wittemann)",
  54. "email" : "martin DOT wittemann AT 1und1 DOT de"
  55. }
  56. ],
  57. "version" : "2.2",
  58. "qooxdoo-versions": ["2.2"],
  59. "sourceViewUri" : "https://github.com/qooxdoo/qooxdoo/blob/%{qxGitBranch}/framework/source/class/%{classFilePath}#L%{lineNumber}"
  60. },
  61. "provides" :
  62. {
  63. "namespace" : "qx",
  64. "encoding" : "utf-8",
  65. "class" : "source/class",
  66. "resource" : "source/resource",
  67. "translation" : "source/translation",
  68. "type" : "library"
  69. },
  70. "setup" :
  71. {
  72. "qx.debug" :
  73. {
  74. "values" : [ "on", "off" ],
  75. "default" : "on"
  76. },
  77. "qx.aspects" :
  78. {
  79. "values" : [ "on", "off" ],
  80. "default" : "off"
  81. },
  82. "qx.dynlocale" :
  83. {
  84. "values" : [ "on", "off" ],
  85. "default" : "off"
  86. },
  87. "qx.theme" :
  88. {
  89. "default" : "qx.theme.Modern"
  90. }
  91. }
  92. }