indent using tabs mate

This commit is contained in:
Holly Stubbs 2021-08-21 08:38:06 +01:00
parent ec71e933eb
commit df40a66391
1 changed files with 19 additions and 20 deletions

View File

@ -1,22 +1,21 @@
{
"name": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tgpethan/mc-beta-server.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgpethan/mc-beta-server/issues"
},
"homepage": "https://github.com/tgpethan/mc-beta-server#readme",
"dependencies": {
"net": "^1.0.2",
"uuid": "^8.3.2"
}
"name": "mc-beta-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tgpethan/mc-beta-server.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgpethan/mc-beta-server/issues"
},
"homepage": "https://github.com/tgpethan/mc-beta-server#readme",
"dependencies": {
"net": "^1.0.2"
}
}