mirror of
https://github.com/xnite/MCSeeker.git
synced 2026-05-02 12:54:50 -07:00
create an actual package.json
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"name": "mcseeker",
|
||||||
|
"version": "0.0.2",
|
||||||
|
"description": "A Minecraft server scanner",
|
||||||
|
"author": "Robert Whitney <Me@Rob.cat>",
|
||||||
|
"main": "scanner.js",
|
||||||
|
"license": "GPL V3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commandos": "^0.10.1",
|
"commandos": "^0.10.1",
|
||||||
"evilscan": "^1.8.1",
|
"evilscan": "^1.8.1",
|
||||||
@@ -10,4 +16,4 @@
|
|||||||
"tar-stream": "^2.2.0",
|
"tar-stream": "^2.2.0",
|
||||||
"zlib": "^1.0.5"
|
"zlib": "^1.0.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user