From c1fd65d19800a469a9acdd0558051a1423c95098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diane=20Delall=C3=A9e?= Date: Wed, 3 Mar 2021 15:18:28 +0100 Subject: [PATCH] package.json and gitignore --- .gitignore | 2 ++ package.json | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f90c14b --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Editors +.idea/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..e7c3eb2 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "artemis", + "version": "0.0.1", + "description": "A nice css library for bootstrap 5", + "main": "README.md", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dianedelallee/artemis.git" + }, + "keywords": [ + "CSS", + "Bootstrap", + "Animate" + ], + "author": "Diane Delallee (https://fatalement.com)", + "license": "MIT", + "bugs": { + "url": "https://github.com/dianedelallee/artemis/issues" + }, + "homepage": "https://github.com/dianedelallee/artemis#readme" +}