From 6da4f2b69a54f8f5dba60c350d01a3fffc42ed76 Mon Sep 17 00:00:00 2001 From: Qianqian Fang Date: Thu, 28 Mar 2024 00:33:20 -0400 Subject: [PATCH] [doc] remove the unrelated npm package.json --- package.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index cf97603..0000000 --- a/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "jsonlab", - "version": "2.9.8", - "description": "Compact, portable, robust JSON/binary-JSON encoder/decoder for MATLAB/Octave", - "directories": { - "example": "examples" - }, - "scripts": { - "test": "test/run_jsonlab_test.m" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/fangq/jsonlab.git" - }, - "author": "Qianqian Fang ", - "license": "GPL-3.0-or-later OR BSD-3-Clause", - "bugs": { - "url": "https://github.com/fangq/jsonlab/issues" - }, - "homepage": "https://neurojson.org/jsonlab/" -}