From 85bf1392b23d656529435f96e55a3aac2978cd7a Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 7 Feb 2020 18:20:29 +0100 Subject: [PATCH] npm init --- client/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/package.json diff --git a/client/package.json b/client/package.json new file mode 100644 index 0000000..2221e3c --- /dev/null +++ b/client/package.json @@ -0,0 +1,19 @@ +{ + "name": "client", + "version": "1.0.0", + "description": "Ester os client", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/danbulant/ester_os.git" + }, + "author": "Daniel Bulant", + "license": "GPL-3.0-or-later", + "bugs": { + "url": "https://github.com/danbulant/ester_os/issues" + }, + "homepage": "https://github.com/danbulant/ester_os#readme" +}