You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
491 B
21 lines
491 B
{
|
|
"name": "jpclwe-country-flags",
|
|
"version": "1.0.0",
|
|
"description": "Ofers country flags to components build with the jpc-like-websites lib",
|
|
"keywords": [
|
|
"jpc",
|
|
"jpclwe",
|
|
"extension"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.labos.goip.de/chris/jpclwe-country-flags.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "cm",
|
|
"type": "commonjs",
|
|
"main": "countryFlags.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|
|
|