Update package.json

- Switched over back to original pokemongo-protobuf
- Use latest pogo-asset-downloader version
- Update to 0.4.7
This commit is contained in:
Felix 2016-08-24 19:18:02 +02:00
parent db26ffe8e8
commit 63f65a95df

View File

@ -1,6 +1,6 @@
{
"name": "POGOServer",
"version": "0.4.3",
"version": "0.4.7",
"description": "",
"repository": {
"type": "git",
@ -26,14 +26,13 @@
"mysql": "^2.11.1",
"jwt-decode": "^2.1.0",
"long": "^3.2.0",
"pogo-asset-downloader": "^0.2.5",
"pogo-asset-downloader": "^0.3.1",
"node-pogo-protos": "^1.3.0",
"pogo-decode": "^0.5.2",
"path": "^0.12.7",
"directory-tree": "^1.1.0",
"nodegit": "^0.14.1",
"fs-extra": "^0.30.0",
"pokemongo-protobuf": "git+https://github.com/maierfelix/pokemon-go-protobuf-node.git",
"pokemongo-protobuf": "^1.11.0",
"pcrypt": "git+https://github.com/laverdet/pcrypt.git"
},
"devDependencies": {}