forked from arawako/turtlecoin-nodes-json
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 735 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "turtlecoin-nodes-json",
"version": "0.0.1",
"description": "json list of public daemons",
"main": "turtlecoin-nodes.json",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node tests/checkForDuplicates.js && node tests/checkAlphaNumeric.js && node tests/checkAlphabetical.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turtlecoin/turtlecoin-nodes-json.git"
},
"keywords": [
"turtlecoin",
"public",
"nodes"
],
"author": "The TurtleCoin Developers",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/turtlecoin/turtlecoin-nodes-json/issues"
},
"homepage": "https://github.com/turtlecoin/turtlecoin-nodes-json#readme"
}