aboutsummaryrefslogtreecommitdiff
path: root/lib/WinRpMalloc/src
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-01 17:59:22 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-01 17:59:22 -0400
commitb27a734a56f07c2e15518364c4cc3cef0b13a1e2 (patch)
tree2df5797b34339b95743f983ba74c5eddf2865c99 /lib/WinRpMalloc/src
parentf0c2337358fc43ad9c79294c539c4ddec4280011 (diff)
build config added
Diffstat (limited to 'lib/WinRpMalloc/src')
-rw-r--r--lib/WinRpMalloc/src/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/WinRpMalloc/src/package.json b/lib/WinRpMalloc/src/package.json
index 7ee361e..6470e01 100644
--- a/lib/WinRpMalloc/src/package.json
+++ b/lib/WinRpMalloc/src/package.json
@@ -1,9 +1,9 @@
{
- "Description": "A project to maintain an x64 Windows dll for RpMalloc by Mattias Jansson with some basic defaults for .NET loading. The debug output contains the debug MVCR libs and debug symbols.",
- "Authors": "Vaughn Nugent",
- "Copyright": "Copyright &copy; 2023 Vaughn Nugent",
- "Version": "0.1.2",
- "Company": "Vaughn Nugent",
- "Product": "WinRpMalloc",
- "RepositoryUrl": "https://github.com/VnUgE/VNLib.Core/tree/main/lib/WinRpMalloc"
+ "name": "WinRpMalloc",
+ "version": "0.1.2",
+ "author": "Vaughn Nugent",
+ "description": "A project to maintain an x64 Windows dll for RpMalloc by Mattias Jansson with some basic defaults for .NET loading. The debug output contains the debug MVCR libs and debug symbols.",
+ "copyright": "Copyright \u00A9 2023 Vaughn Nugent",
+ "company": "Vaughn Nugent",
+ "repository": "https://github.com/VnUgE/VNLib.Core/tree/main/lib/WinRpMalloc"
} \ No newline at end of file