4 Commits
Author SHA1 Message Date
s0lrayandPaperclip 290f323bfd Remove stale files and update .gitignore (THE-96)
- Delete .bowerrc: Bower was deprecated years ago; project uses npm.
  The rule was already in .gitignore but the file was still committed.
- Untrack tools/link_audit_report.json: generated CI artifact should
  not be in source control; add to .gitignore so reruns don't re-add it.
- Add .agents/ to .gitignore: Paperclip runtime dir, not project source.
- Fix package.json repo/bugs/homepage URLs: still pointed to old ARF
  repo name instead of OSINT-Framework.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-25 16:07:18 -04:00
cloudflare-workers-and-pages[bot]andGitHub 82938893ed Add Cloudflare Workers configuration 2026-03-23 22:07:02 +00:00
s0lrayandPaperclip 40f4c0d70d Phase 1+2: Remove Bower, upgrade D3 dep to v7, fix npm scripts
- Delete bower.json (dead artifact; deps already managed by npm)
- Add bower_components and .bowerrc to .gitignore
- Upgrade d3 devDependency from ^3.5.16 to ^7.9.0
- Fix postinstall script path: node_modules/d3/dist/d3.min.js -> public/js/
- Fix start script: python -m SimpleHTTPServer -> python3 -m http.server 8000
- Update package-lock.json

Note: index.html still loads d3.v3.min.js; arf.js API migration is Phase 3.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-21 22:22:53 -04:00
treefort 1629abedc2 added npm package.json 2016-08-19 00:08:32 -04:00