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

61 lines
1.2 KiB
JSON

{
"name": "@phc/format",
"version": "1.0.0",
"description": "PHC string format serializer/deserializer",
"license": "MIT",
"homepage": "https://github.com/simonepri/phc-format#readme",
"repository": "github:simonepri/phc-format",
"bugs": {
"url": "https://github.com/simonepri/phc-format/issues",
"email": "simonepri@outlook.com"
},
"author": "Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)",
"contributors": [
"Simone Primarosa <simonepri@outlook.com> (https://simoneprimarosa.com)"
],
"keywords": [
"mcf",
"phc",
"modular",
"crypt",
"passwords",
"hashing",
"competition",
"password",
"standard",
"crypto"
],
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo",
"test": "nyc ava",
"release": "npx np",
"update": "npx npm-check -u"
},
"dependencies": {},
"devDependencies": {
"ava": "^3.9.0",
"nyc": "^15.1.0",
"xo": "~0.27.2"
},
"ava": {
"verbose": true
},
"nyc": {
"reporter": [
"lcovonly",
"text"
]
},
"xo": {
"prettier": true,
"space": true
}
}