forked from hampusborgos/country-flags
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 706 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "svg-country-flags",
"version": "1.2.10",
"description": "SVG and PNG renders of all countries' flags.",
"scripts": {
"build-pngs": "node scripts/build-pngs.js",
"build-100-250-1000-pngs": "node scripts/build-pngs.js 100: && node scripts/build-pngs.js 250: && node scripts/build-pngs.js 1000:"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hampusborgos/country-flags.git"
},
"keywords": [
"flags",
"countries",
"country",
"svg"
],
"author": "Hampus Nilsson",
"license": "PD",
"bugs": {
"url": "https://github.com/hampusborgos/country-flags/issues"
},
"homepage": "https://hampusborgos.github.io/country-flags/"
}