From df36765ff5313950d699648156e81074683fb714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E6=81=92?= <2323333339@qq.com> Date: Mon, 22 Feb 2021 09:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ec5ffd8 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "joe", + "version": "1.0.0", + "description": "Eternity is not a distance but a decision", + "main": "index.php", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/HaoOuBa/Joe.git" + }, + "author": "Joe", + "license": "ISC", + "bugs": { + "url": "https://github.com/HaoOuBa/Joe/issues" + }, + "homepage": "https://github.com/HaoOuBa/Joe#readme" +}