haxelib.json 258 B

123456789101112
  1. {
  2. "name" : "example",
  3. "url" : "http://haxe.org",
  4. "license" : "MIT",
  5. "description" : "Example Plugin",
  6. "version" : "0.1.0",
  7. "releasenote" : "Initial release",
  8. "classPath": "hx",
  9. "contributors" : ["example"],
  10. "tags": ["plugin"],
  11. "dependencies" : {}
  12. }