5
0
mirror of https://github.com/cwinfo/hyperboria-peers.git synced 2024-09-19 14:59:36 +00:00
hyperboria-peers/package.json

26 lines
583 B
JSON
Raw Normal View History

{
"name": "hyperboria-peers",
2018-11-14 16:02:15 +00:00
"version": "1.0.35",
"description": "A geographically sorted list of public peering credentials for joining Hyperboria",
"main": "index.js",
"scripts": {
"test": "node tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperboria/peers.git"
},
"keywords": [
"hyperboria",
"fc00",
"public",
"peers"
],
"author": "ansuz",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/hyperboria/peers/issues"
},
"homepage": "https://github.com/hyperboria/peers#readme"
}