Files
url_tracker_tool/node_modules/non-layered-tidy-tree-layout/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

32 lines
923 B
JSON

{
"name": "non-layered-tidy-tree-layout",
"version": "2.0.2",
"description": "Draw non-layered tidy trees in linear time",
"main": "dist/non-layered-tidy-tree-layout.js",
"module": "src/index.js",
"repository": "https://github.com/stetrevor/non-layered-tidy-tree-layout.git",
"author": "Michael Wong",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@webpack-cli/init": "^0.2.2",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^6.5.1",
"eslint-config-recommended": "^4.0.0",
"eslint-loader": "^3.0.2",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"scripts": {
"build": "webpack",
"test": "jest test"
}
}