Add package.json & instructions how to install with NPM
This commit is contained in:
parent
1f79264c80
commit
16c7990567
2 changed files with 45 additions and 0 deletions
|
|
@ -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
|
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.
|
[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
|
## Contributing
|
||||||
|
|
||||||
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed
|
To contribute, you need to have [svgo](https://github.com/svg/svgo) installed
|
||||||
|
|
|
||||||
37
package.json
Normal file
37
package.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue