Files
haxework/haxelib.json
2019-03-25 16:24:57 +03:00

22 lines
443 B
JSON
Executable File

{
"name": "haxework",
"url": "https://bitbucket.org/shmyga/haxework",
"license": "MIT",
"tags": [
"view",
"layout",
"template"
],
"description": "View framework.",
"version": "1.0.0",
"releasenote": "Update.",
"contributors": [
"shmyga"
],
"classPath": "src/main",
"dependencies": {
"promhx": "1.1.0",
"yaml": "1.3.0"
}
}