diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 10 insertions, 0 deletions
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 |