vcf-json-parser
Version:
Easily convert VCF data to JSON with many fields
24 lines (23 loc) • 548 B
JSON
{
"name": "vcf-json-parser",
"version": "1.0.0",
"description": "Easily convert VCF data to JSON with many fields",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suzondas/vcard-json.git"
},
"keywords": [
"VCF",
"JSON"
],
"author": "SUZON",
"license": "ISC",
"bugs": {
"url": "https://github.com/suzondas/vcard-json/issues"
},
"homepage": "https://github.com/suzondas/vcard-json#readme"
}