From a79c19a791be167d07c40b2c811b0a44195709a6 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 11 Jan 2022 21:20:20 +0000 Subject: [PATCH] Initialised NPM package --- .gitignore | 1 + package-lock.json | 13 +++++++++++++ package.json | 21 +++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.gitignore b/.gitignore index df829d9..a2912ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ static/assets/diagrams/ +node_modules/ diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..43f21fc --- /dev/null +++ b/package-lock.json @@ -0,0 +1,13 @@ +{ + "name": "stratos", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "stratos", + "version": "1.0.0", + "license": "MIT" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..e6534a0 --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "stratos", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/matt-fidd/stratos.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/matt-fidd/stratos/issues" + }, + "homepage": "https://github.com/matt-fidd/stratos#readme", + "dependencies": { + } +}