From 35494b787a4dca6d2fcc2e9c06b0d0bd902a728d Mon Sep 17 00:00:00 2001 From: astrit Date: Wed, 18 Dec 2019 03:42:41 +0100 Subject: [PATCH] NPM Package --- README.md | 2 +- package.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/README.md b/README.md index 2d249eb..18d4529 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Access all the icons as package: | Name | Source | | ------------ | ---------------------- | -| CLI | npm i -S css-gg | +| CLI | npm i -S css.gg | | CSS | https://css.gg/c | | JSON | https://css.gg/json | | XML | https://css.gg/xml | diff --git a/package.json b/package.json new file mode 100644 index 0000000..b92ca43 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "css.gg", + "version": "1.0.0", + "description": "Minimalistic Icon library Designed by code. ", + "main": "/icons-json/icons.json", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/astrit/css.gg.git" + }, + "keywords": [ + "css", + "icons" + ], + "author": "Astrit", + "license": "MIT", + "bugs": { + "url": "https://github.com/astrit/css.gg/issues" + }, + "homepage": "https://css.gg" +}