-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhaxelib.json
27 lines (26 loc) · 920 Bytes
/
haxelib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "hxFileManager",
"url": "https://github.com/HeroEyad/hxFileManager",
"license": "MIT",
"tags": [
"cross",
"cpp",
"haxe",
"openfl",
"windows",
"utility",
"util",
"utilities"
],
"description": "hxFileManager is a Cross-Platform library designed for file management tasks in Haxe. It provides a consistent and straightforward API for file operations, making it easy for developers to manage files. The library is lightweight, easy to use, and maintains compatibility with Haxe's ecosystem.",
"version": "1.2.1",
"releasenote": "New Folder Features, Get AppData Path Feature, IsAdmin returns Adminstrator and rootDir returns the Root Directory from where the program is used!",
"contributors": [
"HeroEyad"
],
"dependencies": {
"hxcpp": "",
"lime": "",
"openfl": ""
}
}