package.json 583 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "hyperboria-peers",
  3. "version": "1.0.13",
  4. "description": "A geographically sorted list of public peering credentials for joining Hyperboria",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node tests.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/hyperboria/peers.git"
  12. },
  13. "keywords": [
  14. "hyperboria",
  15. "fc00",
  16. "public",
  17. "peers"
  18. ],
  19. "author": "ansuz",
  20. "license": "AGPL-3.0",
  21. "bugs": {
  22. "url": "https://github.com/hyperboria/peers/issues"
  23. },
  24. "homepage": "https://github.com/hyperboria/peers#readme"
  25. }