mirror of https://github.com/astrit/css.gg.git
NPM Package
This commit is contained in:
parent
cb252e8ff2
commit
35494b787a
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in New Issue