2015-11-02 04:56:08 +00:00
|
|
|
{
|
|
|
|
"name": "minetrack",
|
2020-03-30 06:16:52 +00:00
|
|
|
"version": "4.0.0",
|
2015-11-02 05:21:42 +00:00
|
|
|
"description": "A Minecraft server tracker that lets you focus on the basics.",
|
2015-11-02 04:56:08 +00:00
|
|
|
"main": "app.js",
|
|
|
|
"dependencies": {
|
2016-03-02 03:09:38 +00:00
|
|
|
"mc-ping-updated": "0.1.0",
|
2016-07-05 17:57:51 +00:00
|
|
|
"mcpe-ping-fixed": "0.0.3",
|
2017-08-09 05:55:25 +00:00
|
|
|
"mime": "^1.3.4",
|
|
|
|
"request": "^2.74.0",
|
|
|
|
"socket.io": "^1.3.7",
|
|
|
|
"sqlite3": "^3.1.8",
|
|
|
|
"winston": "^2.0.0"
|
2015-11-02 04:56:08 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Cryptkeeper/Minetrack.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"minetrack"
|
|
|
|
],
|
2020-03-30 06:16:52 +00:00
|
|
|
"author": "Cryptkeeper <hello@npm.nklow.com>",
|
2015-11-02 04:56:08 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
|
|
|
|
},
|
2020-03-30 06:16:52 +00:00
|
|
|
"homepage": "https://github.com/Cryptkeeper/Minetrack#README"
|
2015-11-02 04:56:08 +00:00
|
|
|
}
|