eu-vat-rates
Version:
VAT sales tax rates per EU country
24 lines (23 loc) • 470 B
JSON
{
"name": "eu-vat-rates",
"version": "1.0.0",
"authors": [
"Ben Bucksch",
"Mark Hamstra <hello@markhamstra.com>"
],
"description": "Contains a JSON file with the various VAT rates across the European Union to comply with the 2015 EU VAT rules.",
"main": "rates.json",
"keywords": [
"euvat",
"vat",
"ecommerce"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}