Merge pull request #15 from jussikinnula/master

Add package.json & instructions how to install with NPM
This commit is contained in:
HatScripts 2021-01-07 22:15:46 +11:00 committed by GitHub
commit 3abc34cdcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

View file

@ -36,6 +36,14 @@ To view all the available flags, check the [gallery](all-flags.md).
If you're using [React](https://reactjs.org), you may want to try the
[react-circle-flags](https://www.npmjs.com/package/react-circle-flags) package.
### NPM
If you want to install this package as dependency, you can install it from this GitHub repository:
```
npm install --save https://github.com/HatScripts/circle-flags
```
## Contributing
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed

37
package.json Normal file
View file

@ -0,0 +1,37 @@
{
"name": "circle-flags",
"version": "1.0.0",
"description": "A collection of circular SVG country flags.",
"repository": {
"type": "git",
"url": "git+https://github.com/HatScripts/circle-flags.git"
},
"keywords": [
"svg",
"country-flags",
"country",
"icons",
"circular",
"round",
"circle",
"minimal",
"design",
"flags",
"svg-icons",
"svgo",
"minimalist",
"minimalistic",
"countries",
"circle-flags",
"languages",
"states",
"circles",
"icon-pack"
],
"author": "HatScripts <contact@hatscripts.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HatScripts/circle-flags/issues"
},
"homepage": "https://github.com/HatScripts/circle-flags#readme"
}