mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-08 10:14:49 -05:00
- Added mongodb database - Removed dumps - Added jwt google auth decode plugin - Added long decode plugin - Updated protos to latest commit - Updated readme - Added avatar saving - Fixed bug, where username, level and exp didnt got displayed - Default username is "undefined" - Clear console stdin - Save players into db stdin - Seperated login/register phase - Added decode long util method
30 lines
748 B
JSON
30 lines
748 B
JSON
{
|
|
"name": "POGOServer",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maierfelix/POGOServer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\"",
|
|
"babel-node": "babel-node --presets=es2015",
|
|
"start": "nodemon --exec npm run babel-node -- ./src/index.js"
|
|
},
|
|
"author": "Felix Maier",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.11.4",
|
|
"babel-preset-es2015": "^6.13.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"body-parser": "^1.15.2",
|
|
"concat-stream": "^1.5.1",
|
|
"nodemon": "^1.7.1",
|
|
"protobufjs": "^5.0.1",
|
|
"mongodb": "^2.2.5",
|
|
"jwt-decode": "^2.1.0",
|
|
"long": "^3.2.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|