json-dupe-removal
Version:
Removes all duplicates in a JSON file.
22 lines (21 loc) • 528 B
JSON
{
"name": "json-dupe-removal",
"version": "1.0.3",
"description": "Removes all duplicates in a JSON file.",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiash98/JSON-dupe-removal.git"
},
"keywords": [
"JSON",
"Duplicate",
"Remover"
],
"author": "Mathias Haugsbø",
"license": "MIT",
"main": "JSONDupeRemoval",
"bugs": {
"url": "https://github.com/mathiash98/JSON-dupe-removal/issues"
},
"homepage": "https://github.com/mathiash98/JSON-dupe-removal#readme"
}