From 8db780476dbf7e3a8554901e5b840b2da43b81fd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 1 Oct 2024 23:35:41 +0300 Subject: [PATCH] added package JSON... Signed-off-by: Alex A. Naanou --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..8f0d908 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "ig-serialize", + "version": "0.1.0", + "description": "experimental extended json serializaion...", + "main": "serialize.js", + "repository": { + "type": "git", + "url": "git+https://github.com/flynx/serialize.js" + }, + "keywords": [ + "JSON", + "serialization" + ], + "author": "Alex A. Naanou ", + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/flynx/serialize.js/issues" + }, + "homepage": "https://github.com/flynx/serialize.js#readme", + "dependencies": { + } +}