Browser extension that walks through all browser bookmarks and opens them one after the other and lets you delete the current one.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 20 lines 480 B view raw
1{ 2 "scripts": { 3 "list": "gulp --tasks", 4 "pack": "gulp", 5 "clean": "gulp clean", 6 "lint": "eslint ./**/*.js" 7 }, 8 "devDependencies": { 9 "delete": "^1.1.0", 10 "eslint": "^8.0.0", 11 "gulp": "^4.0.2", 12 "gulp-cli": "^2.3.0", 13 "gulp-rename": "^2.0.0", 14 "gulp-sass": "^5.0.0", 15 "gulp-string-replace": "^1.1.2", 16 "gulp-zip": "^5.1.0", 17 "npx": "^10.2.2", 18 "sass": "^1.42.1" 19 } 20}