Minetrack/package.json
2015-11-02 00:57:30 -06:00

26 lines
631 B
JSON

{
"name": "minetrack",
"version": "1.0.0",
"description": "A Minecraft server tracker that lets you focus on the basics.",
"main": "app.js",
"dependencies": {
"mcpe-ping": "0.0.3",
"mime": "^1.3.4",
"socket.io": "^1.3.7",
"winston": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cryptkeeper/Minetrack.git"
},
"keywords": [
"minetrack"
],
"author": "Cryptkeeper <cryptkeeper@hypixel.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cryptkeeper/Minetrack/issues"
},
"homepage": "https://github.com/Cryptkeeper/Minetrack#README"
}