Fixed indentation
This commit is contained in:
parent
b3c536e807
commit
6cb4ba8c8c
56
package.json
56
package.json
@ -1,30 +1,30 @@
|
|||||||
{
|
{
|
||||||
"name": "node-stratum-portal",
|
"name": "node-stratum-portal",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Node quick start example portal",
|
"description": "Node quick start example portal",
|
||||||
"main": "init.js",
|
"main": "init.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"stratum-pool": "~0.0.2",
|
"stratum-pool": "~0.0.2",
|
||||||
"dateformat": "~1.0.7-1.2.3"
|
"dateformat": "~1.0.7-1.2.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zone117x/node-stratum-portal.git"
|
"url": "https://github.com/zone117x/node-stratum-portal.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"node",
|
"node",
|
||||||
"stratum",
|
"stratum",
|
||||||
"pool",
|
"pool",
|
||||||
"mining"
|
"mining"
|
||||||
],
|
],
|
||||||
"author": "zone117x",
|
"author": "zone117x",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/zone117x/node-stratum-portal/issues"
|
"url": "https://github.com/zone117x/node-stratum-portal/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/zone117x/node-stratum-portal"
|
"homepage": "https://github.com/zone117x/node-stratum-portal"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user