From 3fffd037a9218ccd93d2f0472ba365058786365c Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 11 Dec 2019 13:55:07 +0700 Subject: [PATCH] Add npm --- README.md | 2 +- package.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/README.md b/README.md index fd239d76..1e482f18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ - + # Pico.css diff --git a/package.json b/package.json new file mode 100644 index 00000000..a66aafeb --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "@picocss/pico", + "version": "1.0.1", + "description": "Graceful & Minimal CSS design system in pure semantic HTML", + "author": "Lucas Larroche ", + "main": "css/pico.min.css", + "homepage": "https://picocss.com", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/picocss/pico.git" + }, + "keywords": [ + "css", + "css-framework", + "dark-theme", + "dark-mode", + "semantic", + "minimal", + "lightweight", + "scss-framwork", + "native-html" + ], + "bugs": { + "url": "https://github.com/picocss/pico/issues" + } +}