From 71f5e199d86eb310cddab05b4b9621c9e36dbee7 Mon Sep 17 00:00:00 2001 From: Matias Iturbides Date: Thu, 3 Aug 2023 10:33:07 +0200 Subject: [PATCH] add package --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..66adbd4 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "becss", + "version": "0.1.0", + "description": "A simple and hackable Style Sheet", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/iturbides/becss.git" + }, + "keywords": [ + "css", + "framework", + "html", + "front-end" + ], + "author": "Matias Iturbides", + "license": "ISC", + "bugs": { + "url": "https://github.com/iturbides/becss/issues" + }, + "homepage": "https://github.com/iturbides/becss#readme" +}