SPB Git

spb/anomaly-atlas Public License

Systematic discovery & rigorous validation of statistical anomalies in open HF market data (hfmarketdata.io) — pre-registered, artifact-null-driven, fully reproducible. Live atlas: www.anomaly-atlas.io

Python 61.4% JavaScript 28.7% CSS 8.6% Shell 0.7% Makefile 0.5%
511 B · 19 lines json
Raw Blame History
1{2  "name": "anomaly-atlas-web",3  "version": "1.0.0",4  "description": "Public atlas platform for anomaly-atlas — Simon-Pierre Boucher <contact@spboucher.ai> — data source: hfmarketdata.io",5  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6  "license": "UNLICENSED",7  "private": true,8  "main": "server.js",9  "scripts": {10    "start": "node server.js"11  },12  "dependencies": {13    "express": "^4.21.0",14    "gray-matter": "^4.0.3",15    "highlight.js": "^11.10.0",16    "marked": "^14.1.0"17  }18}19