2016-06-19 08:51:53 +00:00
|
|
|
{
|
|
|
|
"name": "hyperboria-peers",
|
2017-11-18 06:35:21 +00:00
|
|
|
"version": "1.0.28",
|
2016-06-19 08:51:53 +00:00
|
|
|
"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"
|
|
|
|
}
|