NPM Package

This commit is contained in:
astrit 2019-12-18 03:42:41 +01:00
parent cb252e8ff2
commit 35494b787a
2 changed files with 24 additions and 1 deletions

View File

@ -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 |

23
package.json Normal file
View File

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