indent using tabs mate
This commit is contained in:
parent
ec71e933eb
commit
df40a66391
1 changed files with 19 additions and 20 deletions
39
package.json
39
package.json
|
@ -1,22 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "mc-beta-server",
|
"name": "mc-beta-server",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/tgpethan/mc-beta-server.git"
|
"url": "git+https://github.com/tgpethan/mc-beta-server.git"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tgpethan/mc-beta-server/issues"
|
"url": "https://github.com/tgpethan/mc-beta-server/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/tgpethan/mc-beta-server#readme",
|
"homepage": "https://github.com/tgpethan/mc-beta-server#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"net": "^1.0.2",
|
"net": "^1.0.2"
|
||||||
"uuid": "^8.3.2"
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue