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

39 lines
640 B
JSON

{
"name": "dir-glob",
"version": "3.0.1",
"description": "Convert directories to glob compatible strings",
"license": "MIT",
"repository": "kevva/dir-glob",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"convert",
"directory",
"extensions",
"files",
"glob"
],
"dependencies": {
"path-type": "^4.0.0"
},
"devDependencies": {
"ava": "^2.1.0",
"del": "^4.1.1",
"make-dir": "^3.0.0",
"rimraf": "^2.5.0",
"xo": "^0.24.0"
}
}