mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-22 01:44:11 -05:00
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "POGOServer",
|
|
"version": "0.3.5",
|
|
"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": "nodemon --ignore tmp/ --ignore data/ --ignore logs/ --exec 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",
|
|
"nodemon": "^1.7.1",
|
|
"mongodb": "^2.2.5",
|
|
"mysql": "^2.11.1",
|
|
"jwt-decode": "^2.1.0",
|
|
"long": "^3.2.0",
|
|
"pogo-asset-downloader": "^0.2.3",
|
|
"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",
|
|
"pcrypt": "git+https://github.com/laverdet/pcrypt.git"
|
|
},
|
|
"devDependencies": {}
|
|
} |