Files
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

27 lines
616 B
JSON

{
"name": "progress",
"version": "2.0.3",
"description": "Flexible ascii progress bar",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-progress"
},
"keywords": [
"cli",
"progress"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Christoffer Hallas <christoffer.hallas@gmail.com>",
"Jordan Scales <scalesjordan@gmail.com>",
"Andrew Rhyne <rhyneandrew@gmail.com>",
"Marco Brack <PapstDonB@Googlemail.com>"
],
"dependencies": {},
"main": "./index.js",
"engines": {
"node": ">=0.4.0"
},
"license": "MIT"
}