POGOserver/package.json
Nagy Péter 7db29979e4 - 0.6.1 -> 0.6.2
- Evolve pokemon is working
- Use potions is working
- Use revives is working
- Pokemon nicknames saved in MySQL

Known issues/bugs:
- CP calculation when evolve needs a new calc function
- Candies to evolve function don't work
- Eevee don't have evolutions (maybe outdated GAMEMASTER file)
- potions/revives stamina value is very static maybe needs to use item templates
2016-11-30 13:59:06 +01:00

42 lines
1.1 KiB
JSON

{
"name": "POGOServer",
"version": "0.6.2",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/maierfelix/POGOServer.git"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"babel-node": "babel-node --presets=es2015",
"boot": "npm run babel-node -- ./src/index.js",
"api": "npm run babel-node -- ./api/index.js",
"update": "npm run babel-node -- ./updater.js"
},
"engines": {
"node": ">= 6.x",
"npm": ">= 3.x"
},
"author": "Felix Maier",
"license": "GNU GPL v3",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.1",
"babel-preset-stage-0": "^6.5.0",
"directory-tree": "^1.1.1",
"fs-extra": "^0.30.0",
"jwt-decode": "^2.1.0",
"mysql": "^2.11.1",
"nodegit": "^0.16.0",
"node-pogo-protos": "^1.4.0",
"pcrypt": "git+https://github.com/laverdet/pcrypt.git",
"pogo-asset-downloader": "^0.3.1",
"pokerare": "^0.1.1",
"pokemongo-protobuf": "^1.11.0",
"prompt": "^1.0.0",
"s2-geometry": "^1.2.9",
"url": "^0.11.0"
},
"devDependencies": {}
}