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" +}