haxelib.json 445 B

123456789101112131415
  1. {
  2. "name": "matrix-im",
  3. "url" : "https://notabug.org/Tamaimo/haxe-matrix-im",
  4. "tags": ["matrix", "chat", "im", "client-server", "API"],
  5. "license": "GPL",
  6. "releasenote": "Alpha release",
  7. "description": "Implementation of client-server matrix API in haxe using HaxeHttpClient.",
  8. "version": "0.2.1",
  9. "classPath": "src/",
  10. "contributors": ["endes"],
  11. "dependencies": {
  12. "akifox-asynchttp" : "0.4.7"
  13. }
  14. }