Files
url_tracker_tool/node_modules/fn.name/package.json
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

38 lines
883 B
JSON

{
"name": "fn.name",
"version": "1.1.0",
"description": "Extract names from functions",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"watch": "mocha --watch test.js",
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/3rd-Eden/fn.name"
},
"keywords": [
"fn.name",
"function.name",
"name",
"function",
"extract",
"parse",
"names"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/fn.name/issues"
},
"devDependencies": {
"assume": "2.x.x",
"istanbul": "0.3.x",
"mocha": "5.x.x",
"pre-commit": "1.x.x"
},
"homepage": "https://github.com/3rd-Eden/fn.name"
}