Minetrack/package.json
Devin Ryan 43c284aa8a Show supported versions for PC servers
The Minetrack daemon will send a different protocol version each time
it pings a server. If a server responds with the same protocol version,
it is assumed that the version is supported, and it is shown on the
page above the server's player count.

The list of versions to be tried is stored in config.json.
At the moment, 4 versions are checked:
- 4 (Minecraft 1.7.2)
- 5 (Minecraft 1.7.10)
- 47 (Minecraft 1.8)
- 107 (Minecraft 1.9)
2016-03-01 21:09:38 -06:00

36 lines
870 B
JSON

{
"name": "minetrack",
"version": "2.1.0",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "app.js",
"dependencies": {
"mc-ping-updated": "0.1.0",
"mcpe-ping": "0.0.3",
"mime": "^1.3.4",
"request": "^2.65.0",
"socket.io": "^1.3.7",
"sqlite3": "^3.1.1",
"winston": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cryptkeeper/Minetrack.git"
},
"keywords": [
"minetrack"
],
"author": "Cryptkeeper <hello@cryptkpr.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
},
"homepage": "https://github.com/Cryptkeeper/Minetrack#README",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-nodemon": "^2.0.4",
"gulp-uglify": "^1.5.1"
}
}