mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-22 01:44:11 -05:00
- Added api support - Improved first run setup detection - Better db instance access - Cleaner routing
34 lines
860 B
JSON
34 lines
860 B
JSON
{
|
|
"name": "POGOServer",
|
|
"version": "0.5.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/maierfelix/POGOServer.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\"",
|
|
"babel-node": "babel-node --presets=es2015",
|
|
"start": "npm run babel-node -- ./src/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.x",
|
|
"npm": ">= 3.x"
|
|
},
|
|
"author": "Felix Maier",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-cli": "^6.11.4",
|
|
"babel-preset-es2015": "^6.13.1",
|
|
"babel-preset-stage-0": "^6.5.0",
|
|
"url": "^0.11.0",
|
|
"prompt": "^1.0.0",
|
|
"fs-extra": "^0.30.0",
|
|
"mysql": "^2.11.1",
|
|
"jwt-decode": "^2.1.0",
|
|
"pogo-asset-downloader": "^0.3.1",
|
|
"pokemongo-protobuf": "^1.11.0",
|
|
"pcrypt": "git+https://github.com/laverdet/pcrypt.git"
|
|
},
|
|
"devDependencies": {}
|
|
} |