mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-22 01:44:11 -05:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "POGOServer",
|
|
"version": "0.6.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",
|
|
"boot": "npm run babel-node -- ./src/index.js",
|
|
"api": "npm run babel-node -- ./api/index.js",
|
|
"update": "npm run babel-node -- ./update.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": {}
|
|
}
|