UNPKG

firefox-bookmarks-repair

Version:

A repository to repair Firefox backed up JSON file. Can be used in "Unable to process the backup file" scenario

30 lines (29 loc) 815 B
{ "name": "firefox-bookmarks-repair", "version": "1.0.0", "description": "A repository to repair Firefox backed up JSON file. Can be used in \"Unable to process the backup file\" scenario", "main": "bookmarks.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vidishdatta/firefox-bookmarks-repair.git" }, "keywords": [ "firefox", "bookmarks", "repair", "json" ], "author": "Vidish Datta", "license": "UNLICENSED", "bugs": { "url": "https://github.com/vidishdatta/firefox-bookmarks-repair/issues" }, "homepage": "https://github.com/vidishdatta/firefox-bookmarks-repair#readme", "bin": { "firefox-bookmarks-repair": "./bookmarks.js" }, "preferGlobal": true }