mining-pool/frontend/package.json
Claude 909bff2dd9
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00

23 lines
531 B
JSON

{
"name": "lethean-pool-ui",
"description": "UI for Lethean (LTHN) Mining Pool",
"repository": "",
"license": "?",
"devDependencies": {
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-manifest": "^0.1.1"
},
"scripts": {
"postinstall": "bower install && gulp build",
"update-deps": "npm update",
"postupdate-deps": "bower update",
"prestart": "npm install",
"start": "gulp"
},
"dependencies": {
"n3-charts": "^2.0.28",
"randomcolor": "^0.4.4"
}
}