Files
url_tracker_tool/node_modules/layout-base/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
1.0 KiB
JSON

{
"name": "layout-base",
"version": "1.0.2",
"description": "Basic layout model and some utilities for Cytoscape.js layout extensions",
"main": "layout-base.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iVis-at-Bilkent/layout-base.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iVis-at-Bilkent/layout-base/issues"
},
"homepage": "https://github.com/iVis-at-Bilkent/layout-base#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"camelcase": "^4.1.0",
"cpy-cli": "^1.0.1",
"cross-env": "^5.1.6",
"eslint": "^3.19.0",
"gh-pages": "^1.1.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"update": "^0.7.4",
"updater-license": "^1.0.0",
"forever": "^0.15.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}