From 269abf6ad874c5425a8c911c986ac9c95074a44d Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sat, 16 Oct 2021 05:16:43 -0400 Subject: [PATCH] add npm project files --- .gitignore | 1 + package.json | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40b878d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..cecbd0e --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "grayscale", + "version": "0.8.0", + "description": "css for minimalists", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/n2geoff/grayscale.git" + }, + "keywords": [ + "css", + "stylesheet", + "theme-builder", + "classless" + ], + "author": "Geoff Doty", + "license": "MIT", + "bugs": { + "url": "https://github.com/n2geoff/grayscale/issues" + }, + "homepage": "https://github.com/n2geoff/grayscale#readme" +}