From 626a8d8d3df8880991684d6d1a06b82f6685b51a Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 28 Jan 2024 19:23:18 -0500 Subject: initial commit --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..87bc50e --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "noscrypt", + "version": "0.1.0", + "output_dir": "bin", + "author": "Vaughn Nugent", + "description": "A compact, C90 cross-platform, cryptography library built specifically for nostr", + "copyright": "Copyright \u00A9 2024 Vaughn Nugent", + "company": "Vaughn Nugent", + "repository": "https://github.com/VnUgE/noscrypt" +} \ No newline at end of file -- cgit